Page 1 of 1

Suggest a good idea for replacement of dll in php.

Posted: Thu Dec 02, 2010 7:16 am
by libish.jacob
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.

Re: Suggest a good idea for replacement of dll in php.

Posted: Fri Dec 03, 2010 9:37 am
by greyhoundcode
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.

Re: Suggest a good idea for replacement of dll in php.

Posted: Mon Dec 13, 2010 11:05 pm
by balachrist
Suggest a good idea for replacement of dll in php.

Re: Suggest a good idea for replacement of dll in php.

Posted: Fri Dec 17, 2010 4:27 pm
by greyhoundcode
balachrist wrote:Suggest a good idea for replacement of dll in php.
balachrist (slightly edited version) wrote:Suggest a good idea for replacement of dll in php, please.
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?

:wink: