the elf
August 9th, 2002, 22:32
Hello,
I’m looking for a tool that will allow me to “compile” PHP scripts so people can’t change the source. The tool must be able to compile the PHP scripts, or have an option at least, that will allow me to choose if I want the “compiled binary” to run via the web server or from the shell (my application does both, web & shell based).
This tool also must allow reselling of the “compiled” code (because I’ll be selling my code). It also has to be anonymous i.e. no “Created with blahblah”. Also, must work with Linux and MUST, MUST create a static binary (or allows required libraries to be shipped with my code free of charge).
Something like perlcc but for PHP.
Thanks
I’m looking for a tool that will allow me to “compile” PHP scripts so people can’t change the source. The tool must be able to compile the PHP scripts, or have an option at least, that will allow me to choose if I want the “compiled binary” to run via the web server or from the shell (my application does both, web & shell based).
This tool also must allow reselling of the “compiled” code (because I’ll be selling my code). It also has to be anonymous i.e. no “Created with blahblah”. Also, must work with Linux and MUST, MUST create a static binary (or allows required libraries to be shipped with my code free of charge).
Something like perlcc but for PHP.
Thanks