Re: [PHP] Compiling a php program

2004-11-30 Thread John Nichel
Octavian Rasnita wrote: Thanks. I found encPHP very easy to use. Now, I have another question. I would like to be able to encrypt the PHP code for distributing to others. Is there a method of encrypting the code before creating a binary executable from it? Search the archives. This has been discus

Re: [PHP] Compiling a php program

2004-11-30 Thread Octavian Rasnita
directory and run the php program from that location, so the php code can be seen. Thanks. Teddy - Original Message - From: "Mike" <[EMAIL PROTECTED]> To: "'Octavian Rasnita'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November

RE: [PHP] Compiling a php program

2004-11-30 Thread Mike
I've used EncPHP (http://sourceforge.net/projects/encphp/) a long while ago just to see how it'd work. It worked just fine - but the binaries get very large, very fast. (as one would expect). I also came across BinaryPHP (http://sourceforge.net/projects/binaryphp/) while searching for EncPHP (I ha