ID:               43694
 User updated by:  rhmclean at tx dot rr dot com
 Reported By:      rhmclean at tx dot rr dot com
 Status:           Open
 Bug Type:         Reproducible crash
 Operating System: Windows XP Home
 PHP Version:      5.2.5
 New Comment:

Same code works fine on
http://www.richardmclean.info/testering2/MyPHPcontents.php


Previous Comments:
------------------------------------------------------------------------

[2007-12-28 00:02:31] 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.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=43694&edit=1

Reply via email to