php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43694 PHPInfo() Completes up to "Variables" then fails ("Cannot Display Page")
Submitted: 2007-12-28 00:02 UTC Modified: 2008-01-26 01:02 UTC
From: rhmclean at tx dot rr dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.2.5 OS: Windows XP Home
Private report: No CVE-ID: None
 [2007-12-28 00:02 UTC] rhmclean at tx dot rr dot com
Description:
------------
I have just installed Apache 2.2.6, MySQL 5.0.45 and php-5.2.5-win32-installer.msi and rebooted.  When attempting to verify the PHP installation with phpinfo(), the tables are generated quickly until it get to the "Variables" table and then times out.

Reproduce code:
---------------
<html>
<head>
  <title>PHP Settings</title>
</head>
<body>
<H4>PHP Info</H4><p>
<?PHP
	echo "This is a PHP Line";
	phpinfo();
?>
</body>
</html>

Expected result:
----------------
Get full PHP Info display

Actual result:
--------------
The title "Variables" is printed (FireFox gets the first 3 variables also), but after about 2 seconds the page converts to "Cannot Display Page" or "Problem Loading Page" depending upon IE or Firefox, respectively.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-12-28 00:46 UTC] rhmclean at tx dot rr dot com
Same code works fine on
http://www.richardmclean.info/testering2/MyPHPcontents.php
 [2007-12-28 16:44 UTC] rhmclean at tx dot rr dot com
I made a nearly identical install on another machine with nearly identical results.  Since the results were not the same, I suspected that the issue might be an output buffer issue.  I reinstalled with no Extensions and things work fine.  Therefore, the issue is the maximum amount of lines that PHPinfo() is able to write.

PHP Installation
- Program
- Extensions
  + Activescript - For running via Windows Scripting
  + ActionScript Message Format
  + APD - Profiler and debugger
  + BLENC - Transparent PHP Script Encryption using Blowfish
  + bzip2 - Zip2 Extensions
  + Crack - For testing the strength of a password
  + doublemetaphone - break words into phonemes
  + event - scheduler
  + id3 - Read ID3 tags in MP3 files
  + java - interworking with Java files
  + LDAP - directory finctions
  + mailparse - email message manipulation
  + mcrypt_filter - symmetric stream
  + mcrypt - encryption
  + MySQL - Extentions
  + OpenSSL functions
  + PDFlib - create PDFs
  + PDO - for MySQL
  + phar - run java files from JARs, etc
  + PHPDoc - create PHP documentation
  + POP3 - client libarary
  + PostgreSQL - 
  + Printer - Printer support
  + Pspell - pspell  *
  + radius - Server Support
  + SMTP - libarary
  + SNMP - get and walk functions
  + SOAP - library
  + Socket functions
  + Standard PHP - type handling
  + ssh2 - SSH2 support
  + stats - statistical package
  + stem - word stemming support
  + swish - support for swish-e API
  + tidy - cleanup
  + threads - support for threads
  + timezonedb - calculating time zone information
  + uploadprogress  *
  + win32scheduler - schedule in win32
  + win32std - win32std
  + zip - zip support
- Extras
  + PEAR
  + PHP Manual

* Items with ending asterisk (pspell and uploadprogress) were not installed on the "nearly identical" system install
 [2008-01-26 01:02 UTC] jani@php.net
Figure out which extension causes it and then report at the correct place: http://pecl.php.net/bugs/

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 21:01:33 2025 UTC