Php Apollo, by www.scriptol.com

Turn your Php script into an executable for Windows.

Example syntax:
1) compiling:  apollo ex_fact.php ex_fact.exe
   (you may add paths)
2) running:    ex_fact

Take note:
- Tested with PHP 4.0.5 (data included).
- I have not tested the extensions and how to use them in the release.
- The release must include the generated executable, php4ts.dll and php.ini,
  inside the same directory.
- To avoid the generated program conflicting with another installed version
  of Php, add the parameter -c <current path>
  Exemple:   ex_path -c c:\apollo
  This may be handled by an installer as Setup Generator or others.
