ID: 17036
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: cURL related
Operating System: Windows 2000
PHP Version: 4.2.0
New Comment:
i did try this in 4.2.1 release today. Is not work too.
Server reply:
CGI Timeout
The specified CGI application exceeded the allowed time for processing.
The server has deleted the process.
Previous Comments:
------------------------------------------------------------------------
[2002-05-22 05:30:27] [EMAIL PROTECTED]
Does this happen in 4.2.1 release?
------------------------------------------------------------------------
[2002-05-06 07:14:23] [EMAIL PROTECTED]
$ch = curl_init ();
$fname = tempnam ("C:\\tmp", "rbc");
$fp = fopen ($fname, "w");
curl_setopt ($ch, CURLOPT_URL, $url);
curl_setopt ($ch, CURLOPT_PROXY, "proxy:8080");
curl_setopt ($ch, CURLOPT_FILE, $fp);
curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_setopt ($ch, CURLOPT_MUTE, 1);
$result = curl_exec ($ch);
curl_close ($ch);
it's worked in PHP v4.0.6, 4.1.2 but not work in v4.2.0
No error messages output. Simple hangs up.
Php installed from win32-binnary package
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=17036&edit=1