[PHP] Is it possible compile a php script to native binary like perlcc ?

2005-02-02 Thread Unreal HSHH
Hi, Is it possible compile a php script to native binary like perlcc ? That can run the binary and no depend on php. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Is it possible compile a php script to native binary like perlcc ?

2005-02-02 Thread Jay Blanchard
[snip] Is it possible compile a php script to native binary like perlcc ? That can run the binary and no depend on php. [/snip] See http://www.priadoblender.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Is it possible compile a php script to native binary like perlcc ?

2005-02-02 Thread John Nichel
Unreal HSHH wrote: Hi, Is it possible compile a php script to native binary like perlcc ? That can run the binary and no depend on php. Yes. -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Is it possible compile a php script to native binary like perlcc ?

2005-02-02 Thread Richard Lynch
Unreal HSHH wrote: Is it possible compile a php script to native binary like perlcc ? That can run the binary and no depend on php. Not truly, but Google for PHP Compiler and you should find some alternatives that may fit your needs. Fair Warning: Some will be commercial, some won't. -- Like