ID: 33032 User updated by: mambazo at gmail dot com Reported By: mambazo at gmail dot com Status: Open Bug Type: Unknown/Other Function Operating System: XP PHP Version: 5.0.4 New Comment:
Update: The previous update is not valid. Discard it. The problem still occurs. URL to the problem: http://www.langfordtavern.com/phpinfo.php Previous Comments: ------------------------------------------------------------------------ [2005-05-14 17:06:19] mambazo at gmail dot com Update: Just noticed that if I a run browser on the machine using PHP 5.0.4, and get it to locally run a php website or the phpinfo(); function, it correctly works consistently, but if I access the same pages remotely, the problem occurs. The problem is not resolved this way for the server running PHP 5.0.1 ------------------------------------------------------------------------ [2005-05-14 16:55:14] mambazo at gmail dot com Description: ------------ The Problem: Large pages do not fully load. Sometimes half a page will load, sometimes 1 line, and very rarely does a whole page load. Even phpinfo(); gets cut off and garbled. Random contents from other files are sometimes scattered throughout the pages. My Setup: I have two machines encountering the same problem. Windows XP Apache 2.0.50 PHP 5.0.4 (and PHP 5.0.1 on the other machine) Reproduce code: --------------- <?php phpinfo(); ?> Expected result: ---------------- The full PHP info, including the licence at the end. With no random garbage. Actual result: -------------- A partial phpinfo output, sometimes with random contents from other files in htdocs ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33032&edit=1
