php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24257 Endless request for phpinfo page...
Submitted: 2003-06-19 09:36 UTC Modified: 2003-07-02 09:56 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: swingfreak3_ at hotmail dot com Assigned:
Status: Closed Package: Apache2 related
PHP Version: 4.3.2 OS: Windows XP Pro
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: swingfreak3_ at hotmail dot com
New email:
PHP Version: OS:

 

 [2003-06-19 09:36 UTC] swingfreak3_ at hotmail dot com
Description:
------------
Software:
Apache 2.0.46
PHP 4.3.2 (running as a module)
MySQL 4.0.13 (although not relevant)
Windows XP Professional (without SP1(a))
Internet Explorer 6.0

When requesting http://localhost/phpinfo.phtml the browser says 'Done', you get to see nothing, it immediately begins another request, and this goes on and on. Sometimes endlessly, most of the time produces a 404, and very rarely the actual phpinfo page. When it does there is also broken HTML present here.

I noticed this bug after an upgrade to Apache 2.0.46 whilst still using PHP 4.3.1, the problem still occurs when using PHP 4.3.2.

Some additional information, obtained while phpinfo worked for once:

System  Windows NT BP2400 5.1 build 2600  
Build Date  May 28 2003 15:06:05  
Server API  Apache 2.0 Handler  
Virtual Directory Support  enabled  
Configuration File (php.ini) Path  C:\WINDOWS\php.ini  
PHP API  20020918  
PHP Extension  20020429  
Zend Extension  20021010  
Debug Build  no  
Thread Safety  enabled  
Registered PHP Streams  php, http, ftp, compress.zlib, compress.bzip2  

Reproduce code:
---------------
<?php 
	phpinfo(); 
?>

Expected result:
----------------
A PHP Information page, immediately...

Actual result:
--------------
Most of the time, after endless requests: a 404 error...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-19 09:40 UTC] swingfreak3_ at hotmail dot com
Loaded Modules 
core mod_win32 mpm_winnt http_core mod_so mod_access mod_actions mod_alias mod_asis mod_auth mod_autoindex mod_cgi mod_dir mod_env mod_imap mod_include mod_info mod_isapi mod_log_config mod_mime mod_negotiation mod_rewrite mod_setenvif mod_status mod_userdir sapi_apache2
Apache API Version 
20020903
 [2003-06-23 20:44 UTC] sniper@php.net
And PHP is configured how in httpd.conf ??

 [2003-06-24 02:18 UTC] swingfreak3_ at hotmail dot com
PHPinfo Filename: phpinfo.phtml

Apache Configuration Options:

AddType application/x-httpd-php .php .phtml .php3 .php4
AddType application/x-httpd-php-source .phps
LoadModule php4_module d:/Apache/php/sapi/php4apache2.dll

Anything more you need?
 [2003-06-26 12:50 UTC] sniper@php.net
Which extensions have you enabled in your php.ini file?

 [2003-06-28 13:51 UTC] swingfreak3_ at hotmail dot com
I assume you mean loadable extensions (modules):

php_bz2.dll
php_gd2.dll
php_java.dll
php_ming.dll
php_pdf.dll
php_printer.dll
php_sockets.dll
php_w32api.dll
php_zip.dll

Anything more still ? :)
 [2003-06-28 15:09 UTC] sniper@php.net
Yes, disable all of those extensions.


 [2003-06-29 02:41 UTC] swingfreak3_ at hotmail dot com
That doesn't solve the problem I'm afraid, it still occured...
 [2003-06-29 09:25 UTC] sniper@php.net
Using Apache2 is futile anyway, why don't you try Apache 1.3.27 instead? 

 [2003-06-30 03:43 UTC] swingfreak3_ at hotmail dot com
I like to use the newest stable versions of every product I use, to get to know them better :)
I'm not planning on trying Apache 1.3.27 at the moment, sorry. It's not a production server anyway, but I just thought that I would bring this problem to your attention...
 [2003-06-30 07:07 UTC] swingfreak3_ at hotmail dot com
Allright I decided to go back to 1.3.27 after all, sorry :P
It works perfectly fine, although I cannot get PHP 5 to work whatever I do, but that's another problem ;)

Thanks for your help anyways :)
 [2003-06-30 07:07 UTC] sniper@php.net
FYI: Latest stable Apache is 1.3.27, whatever the Apache people might say. (when used with PHP)

 [2003-07-02 09:56 UTC] swingfreak3_ at hotmail dot com
Closed...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 11:01:28 2024 UTC