php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1752 phpinfo(): images (php, zend) and Link to credits don't work
Submitted: 1999-07-20 11:59 UTC Modified: 2001-06-17 04:39 UTC
From: iguana at roadkill dot de Assigned:
Status: Closed Package: Other web server
PHP Version: 4.0 Beta 1 OS: Win NT/ Xitami Webserver
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: iguana at roadkill dot de
New email:
PHP Version: OS:

 

 [1999-07-20 11:59 UTC] iguana at roadkill dot de
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();

?>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-21 16:26 UTC] zeev at cvs dot php dot net
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...
 [2001-04-29 11:56 UTC] jmoore@php.net
could we not use PATH_INFO here?
 [2001-06-17 04:39 UTC] jmoore@php.net
This has been fixed a while ago.

- James
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC