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 rep
From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version: 4.1.2
PHP Bug Type: Session related
Bug description: Session & register_globals
This code don't work properly:
Reload
If register_globals is On, reload will increment counter.
If regist
From: [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version: 4.2.0
PHP Bug Type: cURL related
Bug description: curl hangs up in PHP ver 4.2.0
$ch = curl_init ();
$fname = tempnam ("C:\\tmp", "rbc");
$fp = fopen ($fname, "w");
curl_setopt ($ch, CURLOPT_URL, $url);