From: yguardmail-php at yahoo dot co dot uk Operating system: Windows XP PHP version: 5.2.5 PHP Bug Type: Other web server Bug description: PHP_SELF creates double path entry
Description: ------------ $_SESSION['PHP_SELF'] creates double path entry. This is the same problem as 42699 and 42523 which are supposed to be fixed. I am using Abyss web server, version 2.5 with 'Interface' set to CGI/SAPI. This problem also occurs with Interface set to FASTCGI (Local-Pipes). This problem did not occur on PHP builds up to, and including 5.2.3. Reproduce code: --------------- <?php session_start(); echo $_SERVER['PHP_SELF']; ?> Expected result: ---------------- /testself/testself.php Actual result: -------------- /testself/testself.php/testself/testself.php -- Edit bug report at http://bugs.php.net/?id=43247&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=43247&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=43247&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=43247&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=43247&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=43247&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=43247&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=43247&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=43247&r=needscript Try newer version: http://bugs.php.net/fix.php?id=43247&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=43247&r=support Expected behavior: http://bugs.php.net/fix.php?id=43247&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=43247&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=43247&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=43247&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=43247&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=43247&r=dst IIS Stability: http://bugs.php.net/fix.php?id=43247&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=43247&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=43247&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=43247&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=43247&r=mysqlcfg