PHP :: Bug #42699 :: PHP_SELF duplicates path
| Bug #42699 | PHP_SELF duplicates path | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2007-09-18 10:51 UTC | Modified: | 2007-09-24 11:44 UTC |
|
||||||
| From: | vvv at colocall dot net | Assigned: | dmitry (profile) | |||||||
| Status: | Closed | Package: | CGI/CLI related | |||||||
| PHP Version: | 5.2CVS-2007-09-18 | OS: | FreeBSD 6.2, apache 2.2.6 | |||||||
| Private report: | No | CVE-ID: | None | |||||||
[2007-09-18 10:51 UTC] vvv at colocall dot net
Description: ------------ Path appears to be duplicated. The bug is absolutely the same as #42523, but not related to WinXP/IIS. Reproduce code: --------------- echo $_SERVER['PHP_SELF']; Expected result: ---------------- /path/test.php Actual result: -------------- /path/test.php/path/test.php
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2007-09-18 11:22 UTC] vvv at colocall dot net
[2007-09-18 12:23 UTC] jani@php.net
[2007-09-19 02:01 UTC] w dot ashcroft at redfoxuk dot com
[2007-09-19 11:43 UTC] vvv at colocall dot net
[2007-09-21 14:35 UTC] dmitry@php.net
[2007-09-24 08:14 UTC] vvv at colocall dot net
[2007-09-24 10:39 UTC] jani@php.net
[2007-09-24 11:44 UTC] dmitry@php.net