|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-10-31 15:56 UTC] darkwing at videotron dot ca
Ok, i've tried all i could, from 3.0.10 to 3.0.17 and it's doing the same on every of these. I have a file called test.php3 in the root of my web. I use the CGI version of PHP. http://myserver/test.php3/test?hello=1 returns this info: PHP_SELF /test.php3/test.php3/test REQUEST_URI SCRIPT_NAME /test.php3 PATH_INFO /test.php3/test HTTP_GET_VARS Array QUERY_STRING value=1 if i put the file in a subfolder: http://myserver/member/test.php3/test?hello=1 i get this: PHP_SELF /member/test.php3/member/test.php3/test REQUEST_URI SCRIPT_NAME /member/test.php3 PATH_INFO /member/test.php3/test HTTP_GET_VARS Array QUERY_STRING value=1 Regards, DarkByte PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jan 16 16:00:02 2026 UTC |
Well.. looks like the problem here is IIS4. Since when i do echo getenv("PATH_INFO") it reports the same as in the CGI. That's not a PHP bug so i suggest this should be closed. Do i close it myself ?