ID: 14051
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: *Directory/Filesystem functions
Operating System: Windows
PHP Version: 4.0.6
New Comment:
Note that "//tmp" or "\\tmp" looks like a UNC path (due to the //
prefix), and therefore cannot be reduced.
Previous Comments:
------------------------------------------------------------------------
[2001-11-20 10:39:33] [EMAIL PROTECTED]
In my opinion it's not the same problem as bug #14049 !?
------------------------------------------------------------------------
[2001-11-14 04:56:53] [EMAIL PROTECTED]
Update the #14049 bug report. DO NOT OPEN NEW REPORTS ABOUT SAME
THING!!
------------------------------------------------------------------------
[2001-11-14 04:53:26] [EMAIL PROTECTED]
<?php
echo '['.realpath('//tmp').']';
?>
On Windows : [/\tmp] -> Correct : [c:\tmp]
On Linux : [/tmp]
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=14051&edit=1