Doubled PHP_SELF
am 30.11.2007 23:07:13 von msweber
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
Re: Doubled PHP_SELF
am 01.12.2007 01:50:27 von msweber
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