ID: 31300
Comment by: Beater at orgalan dot de
Reported By: gardan at gmx dot com
Status: Open
Bug Type: Reproducible crash
Operating System: Windows XP SP2
PHP Version: 5.0.2
New Comment:
I can partially confirm this for 5.0.3 running on
From: [EMAIL PROTECTED]
Operating system: Win2k
PHP version: 4.3.0
PHP Bug Type: Directory function related
Bug description: problem with dirname
Hi there,
';
echo '"' . dirname($_SERVER['REQUEST_URI']) . '"';
?>
produces following output...
/test.php
"\"
Instead
From: [EMAIL PROTECTED]
Operating system: Win32 / Linux
PHP version: 4.1.1
PHP Bug Type: Compile Warning
Bug description: isset() dont work with $str[$index]
works fine on 4.0.6; 4.1.1 (linux and win32) announces
"Uninitialized string offset on line 6..."
--
Edit b