ID: 1752 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Suspended Status: Closed Bug Type: Other web server Operating system: PHP Version: 4.0 Beta 1 Assigned To: Comments: This has been fixed a while ago. - James Previous Comments: --------------------------------------------------------------------------- [2001-04-29 11:56:03] [EMAIL PROTECTED] could we not use PATH_INFO here? --------------------------------------------------------------------------- [1999-07-21 16:26:05] [EMAIL PROTECTED] This is a known problem; Unfortunately, it originates in the way MS http servers work, and there's nothing much we can do about it... --------------------------------------------------------------------------- [1999-07-20 11:59:20] [EMAIL PROTECTED] this is for the precompiled Win32 version: if you use phpinfo in a file called info.phtml on, say, http://127.0.0.1/ the links to "PHP 4.0 Credits" should look like http://127.0.0.1/info.phtml?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000 ^^^^^^^ but it looks like this: http://127.0.0.1/?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000 a problem with PHP_SELF? here's my info.phtml: <? echo phpinfo(); ?> --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=1752&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]