This is a discussion on Doubled PHP_SELF within the PHP Language forums, part of the PHP Programming Forums category; Anyone have any idea why PHP_SELF in phpinfo() would show something like this? _SERVER["PHP_SELF"] /info.php/info....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This was actually a bug in PHP that was resolved in 5.2.5:
http://bugs.php.net/bug.php?id=42523&edit=1 http://www.php.net/ChangeLog-5.php#5.2.5 Just wanted to post the solution for future reference. Mike On Nov 30, 2:07 pm, mswe...@gmail.com wrote: > Anyone have any idea why PHP_SELF in phpinfo() would show something > like this? > > _SERVER["PHP_SELF"] /info.php/info.php > > It's a windows IIS server running PHP as CGI, not ISAPI... > > Thanks, > Mike |