pro_php thread: Binary form for php
> Hai, > I have a doubt whether php could be run as binary file as C. There is some experimental compiler, but doesn't work very well AFAIK. If you really want to run php from command line, why not just use: php -q script.php or you can pack it in shell script (or .bat file on windoze) and run it like it is an app. HTH Milan.
|





