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 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




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 register_globals is Off, session will "read_only" like. 
It create session file with zero length. Any write not occurs. 
session_encode() returns a empty string;


-- 
Edit bug report at http://bugs.php.net/?id=17069&edit=1
-- 
Fixed in CVS:http://bugs.php.net/fix.php?id=17069&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=17069&r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=17069&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17069&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17069&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17069&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=17069&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=17069&r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=17069&r=globals




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);
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 bug report at http://bugs.php.net/?id=17036&edit=1
-- 
Fixed in CVS:http://bugs.php.net/fix.php?id=17036&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=17036&r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=17036&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17036&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17036&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17036&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=17036&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=17036&r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=17036&r=globals