RE: [PHP] Listening on host:port - Windows

2009-06-05 Thread John Fairley
:24 AM To: j.fair...@bcs.org.uk Subject: Re: [PHP] Listening on host:port - Windows in php4,php.exe is the cgi version for default,and php-cli is the cli version in php5,php.exe is the cli version,and php-cgi is the cgi version i think you can use php.exe instead of php-cgi.exe in php4 2009/6/5

[PHP] Listening on host:port - Windows

2009-06-04 Thread John Fairley
I'm running my test server on Windows XP SP3 and have been successfully running PHP 5 for some time using: php-cgi.exe -b 127.0.0.1:1 My live server is running on PHP 4.4 and that gives an incompatibility risk in problem solving. So I've removed PHP 5 on my test server and have