| Posted by Erwin Moller on 06/16/11 11:40 
joppeaarts wrote:
 > How can I set up PHP CLI as CGI?
 > Do I have to change Apaache's httpd.conf?
 > The she-bang only works under *nix, can it work on a windows machine?
 > http://eye.cc php newsgroups
 
 Did you read the fine manual?
 If not, do it before installing.
 Do not use a 'handy' package that does it all for you, like the
 windowsinstaller: they often are crippled somehow eg: you cannot load new
 libraries by commenting things in/out in php.ini.
 
 http://nl2.php.net/manual/en/install.windows.php
 
 You can run php as isapi and cgi. Isapi is recommended under W$ for php 5.
 
 Regards,
 Erwin Moller
 [Back to original message] |