php compilers
Posted: Fri Jun 10, 2005 7:45 pm
Which php compilers allow me to sell the compiled software as commercial software?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
To my knowledge, all of them do.jaymoore_299 wrote:Which php compilers allow me to sell the compiled software as commercial software?
Depends on your needs. What defines best? Cheapest? Easiest? Most secure?jaymoore_299 wrote:Which one of them is the best?
It can be both.thegreatone2176 wrote:i dont think php is compiled i believe its interperted
The Zend Encoder compiles and converts plain-text PHP scripts into a platform-independent binary format known as a 'Zend Intermediate Code' file. These encoded binary files are the ones that are distributed instead of the human-readable PHP files. The performance of the encoded PHP application is completely unaffected!
RoadSend PHP Compiler, is quiet nice for its price, $89 or so for personal, or $399 for professional, professional is obviously extremely better than personal, as it allows static exes, which adds roughly 7 MB or so to the exe, but with an exe compresser, such as UPX, you can bring it down to 1 MB.jaymoore_299 wrote:Which one of them is the best?
I've not seen a free solution that actually compiles the code into an exe, except for one, that turned it into C, which you had to compile, the others I've seen aren't viable for this, because you can see the source code.Skara wrote:I suppose that means there's not a good free one, eh?
Free? Not that I know of. Extremely cheap, yes: http://www.ioncube.com/online_encoder.phpSkara wrote:I suppose that means there's not a good free one, eh?