ID: 43613
Updated by: [EMAIL PROTECTED]
Reported By: todd dot jackson at manukau dot ac dot nz
-Status: Open
+Status: Bogus
Bug Type: CGI related
Operating System: win xp
PHP Version: 5.2.5
New Comment:
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same.
Thank you for your interest in PHP.
Previous Comments:
------------------------------------------------------------------------
[2007-12-16 23:51:12] todd dot jackson at manukau dot ac dot nz
Description:
------------
$_SERVER{'PHP_SELF'] outputs
/dir1/dir2/script_name.php/dir1/dir2/script_name.php
instead of /dir1/dir2/script_name.php
Note: tested winxp sp2 iis5.1 php5.2.4 fast-cgi
works fine if php installed as isapi module in iis5.1
Reproduce code:
---------------
<?php
echo "\$_SERVER{\'PHP_SELF\'] is : ".$_server['PHP_SELF']
?>
Expected result:
----------------
/dir1/dir2/script_name.php
or
passing get vars (querystring)
/dir1/dir2/script_name.php?foo=bar&foo1=bar1
Actual result:
--------------
/dir1/dir2/script_name.php/dir1/dir2/script_name.php
or
passing get vars (querystring)
/dir1/dir2/script_name.php/dir1/dir2/script_name.php?foo=bar&foo1=bar1
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=43613&edit=1