|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-06-11 17:08 UTC] sniper@php.net
[2003-06-11 17:12 UTC] griffina at rappcollins dot com
[2004-04-21 15:32 UTC] mythz at hotmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 10:00:01 2025 UTC |
Description: ------------ I was running 4.3.1, and $PATH_INFO resolved fine. I ungraded to 4.3.2 and it no longer seems to work. Reproduce code: --------------- echo(getenv("PATH_INFO")); Name the above file test.php Type into the browser http://test.php/key/variable Expected result: ---------------- it should print /key/variable Actual result: -------------- page not found.