[PHP-WIN] cURL on Windows

2002-02-01 Thread Zackary Wilson
I have installed the cURL module on windows, and now I'm ready to try it out. I can get this code to work, http://www.php.net/";); $fp = fopen ("php_homepage.txt", "w"); curl_setopt ($ch, CURLOPT_FILE, $fp); curl_setopt ($ch, CURLOPT_HEADER, 0); curl_exec ($ch); curl_close ($ch); fclose

[PHP-WIN] PHP ISAPI Filter on Windows 2K

2002-01-29 Thread Zackary Wilson
I am trying to bring PHP 4.1.1 up on a Dell Poweredge 1500, running Windows 2K, SP2 and IIS 5. I have it running on an almost identical test machine right beside it. However, when I try to restart the server, the ISAPI filter fails to load, and I get a message in the Event Viewer saying -