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

2009-06-05 Thread John Fairley
John Fairley j.fair...@bcs.org.uk 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

[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

[PHP] Getting .gif properties

2001-03-28 Thread John Fairley
Hey all, I'm uploading .gifs using a php script and I'm wondering if there's some way I can avoid having to set the height/width properties manually. Windows stores this info automatically, and so does IE. Is there some way to read this information from the file itself? (I host on unix).