Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Binary form for php


Message #1 by "S.Arun Srinivasan" <arun@o...> on Wed, 21 Aug 2002 15:55:56 +0530 (IST)
> 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.

  Return to Index