Bug #17036 Updated: curl hangs up in PHP ver 4.2.0

2002-05-22 Thread drnix
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

Bug #17069: Session & register_globals

2002-05-07 Thread drnix
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

Bug #17036: curl hangs up in PHP ver 4.2.0

2002-05-06 Thread drnix
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);