ID: 43956 Updated by: [EMAIL PROTECTED] Reported By: papile at aps dot org -Status: Open +Status: Bogus Bug Type: Apache2 related Operating System: FreeBSD 6 PHP Version: 5.2.5 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2008-01-28 22:55:30] papile at aps dot org Description: ------------ There appears to be some sort of overflow occurring when the header is set to 'HTTP/1.1 404 Not Found' on apache. We are using apache 2.24. When the print output of the PHP script exceeds 8000 characters, and the header is set to 'HTTP/1.1 404 Not Found' the character count is printed in hex at the top of the screen. If the header is set to 'HTTP/1.0 404 Not Found' this does not occur. Reproduce code: --------------- publish.aps.org/test.txt Expected result: ---------------- 8000 0's and 1 x Actual result: -------------- 1f41 8000 0's and 1 x and another 0 at the bottom of the page. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=43956&edit=1
