|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-10-05 23:12 UTC] requinix@php.net
-Status: Open
+Status: Feedback
[2015-10-05 23:12 UTC] requinix@php.net
[2015-10-06 00:18 UTC] hiitsaaron at googlemail dot com
-Status: Feedback
+Status: Open
[2015-10-06 00:18 UTC] hiitsaaron at googlemail dot com
[2015-10-10 10:32 UTC] ab@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: ab
[2015-10-10 10:32 UTC] ab@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Mar 12 02:00:01 2026 UTC |
Description: ------------ $_SERVER['SCRIPT_NAME'] reports incorrect location as it includes the drive letter. Test script: --------------- <?php echo '$_SERVER[\'SCRIPT_NAME\'] // ' . $_SERVER['SCRIPT_NAME']; ?> Expected result: ---------------- $_SERVER['SCRIPT_NAME'] // index.php Actual result: -------------- $_SERVER['SCRIPT_NAME'] // C:/index.php