I am confused regarding the status of development for converting php
scripts into compiled, distributable files. Can anyone provide a
summary of the current situation?
I have a set of about 200 php scripts that all work together to create
a CMS-like system. I've worked a long time on those scripts, and they
will, hopefully, someday make a living for my family, but I need to
take measures that to protect the code. It seems to me that the best
way to do that is to put all the scripts into a single, compiled
executable and run that on the server, instead of the human-readable
php.
Is this possible, and, if so, what are the best tools for the job?
scripts into compiled, distributable files. Can anyone provide a
summary of the current situation?
I have a set of about 200 php scripts that all work together to create
a CMS-like system. I've worked a long time on those scripts, and they
will, hopefully, someday make a living for my family, but I need to
take measures that to protect the code. It seems to me that the best
way to do that is to put all the scripts into a single, compiled
executable and run that on the server, instead of the human-readable
php.
Is this possible, and, if so, what are the best tools for the job?
Comment