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? I have seen that EncPHP just unpacks its content into a temp directory and run the php program from that location, so the php code can be seen. Thanks. Teddy ----- Original Message ----- From: "Mike" <php@xxxxxxxxxxxx> To: "'Octavian Rasnita'" <orasnita@xxxxxx>; <php-general@xxxxxxxxxxxxx> Sent: Tuesday, November 30, 2004 3:13 PM Subject: RE: Compiling a php program 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 had forgotten the name) and it might be worth checking out. Might get some smaller binaries if you're that serious about it. Either way - good luck. Though I find that if you want to write a binary that other languages that compile directly to them are better solutions. -M > -----Original Message----- > From: Octavian Rasnita [mailto:orasnita@xxxxxx] > Sent: Tuesday, November 30, 2004 8:01 AM > To: php-general@xxxxxxxxxxxxx > Subject: Compiling a php program > > Hi all, > > Does anyone know a free php compiler that can create a single > .exe program with all the necessary libraries included in it? > > I don't want that .exe file to require other .dll files. > > I have tried a compiler named PriadoBlender or something like > that, but it has a bad interface which is not accessible for > the blind, I was able to use the program by editing the xml > configuration file and inserting there the input data, but it > created a .exe file and in the destination dir it put many > other .dll files... > > Thank you. > > Teddy > > -- > PHP General Mailing List (http://www.php.net/) To > unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php