Hello all,
Is there a way in php that we could replace dll concept in c#.
Generally c# applications have library in the form of dll's. Here the code's are not vsible from outside.
Please suggest an idea to implement such a concept in php application.
Suggest a good idea for replacement of dll in php.
Moderator: General Moderators
-
libish.jacob
- Forum Newbie
- Posts: 1
- Joined: Thu Dec 02, 2010 7:11 am
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: Suggest a good idea for replacement of dll in php.
If visibility of the source code is the problem then there are several products that can help.
Zend Guard
IonCube
NuCoder
And others too, get yourself on Bing and do some searching if you want to find more.
In case I misunderstood you, bear in mind you can also target .Net using Phalanger, if that fits the bill for you, though you would need to modify somewhat any existing PHP code you want to reuse.
Zend Guard
IonCube
NuCoder
And others too, get yourself on Bing and do some searching if you want to find more.
In case I misunderstood you, bear in mind you can also target .Net using Phalanger, if that fits the bill for you, though you would need to modify somewhat any existing PHP code you want to reuse.
-
balachrist
- Forum Newbie
- Posts: 1
- Joined: Mon Dec 13, 2010 10:53 pm
Re: Suggest a good idea for replacement of dll in php.
Suggest a good idea for replacement of dll in php.
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: Suggest a good idea for replacement of dll in php.
balachrist wrote:Suggest a good idea for replacement of dll in php.
Create the appropriate extension (DLL) and configure your setup (php.ini) appropriately. Why not look into it and report back with your findings, Mr Balachrist?balachrist (slightly edited version) wrote:Suggest a good idea for replacement of dll in php, please.