Bug #15999 Updated: fread() hangs apache when file pointer obtained from a url parameter PHPSESSID

2002-06-01 Thread didier . alain
ID: 15999 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Session related Operating System: Linux -PHP Version: 4.1.0 +PHP Version: 4.1.0, 4.0.6 New Comment: $doc="http://my

Bug #15999 Updated: fread() hangs apache when file pointer obtained from a url parameter PHPSESSID

2002-06-01 Thread didier . alain
ID: 15999 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: Sorry for the long time... Here's a complete but simple example :

Bug #15999 Updated: fread() hangs apache when file pointer obtained from a url parameter PHPSESSID

2002-03-11 Thread didier . alain
ID: 15999 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: Linux PHP Version: 4.1.0 New Comment: Why do you think that block.html is the same script ? Maybe my example is

Bug #15999: fread() hangs apache when file pointer obtained from a url parameter PHPSESSID

2002-03-11 Thread didier . alain
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.0 PHP Bug Type: Session related Bug description: fread() hangs apache when file pointer obtained from a url parameter PHPSESSID http://test/block.html?PHPSESSID=".session_id(); $fp = fopen($url, 'r'); // the