ID: 35856 User updated by: jseverson at myers dot com Reported By: jseverson at myers dot com Status: Open Bug Type: Output Control Operating System: Linux PHP Version: 5.1.1 New Comment:
The errors we are experiencing are similar to this bug: http://bugs.php.net/bug.php?id=35278 which was supposedly fixed in 5.1.0. Previous Comments: ------------------------------------------------------------------------ [2005-12-31 02:03:26] jseverson at myers dot com Description: ------------ We just upgraded to php 5.1.1 on our development slice and have run into all kinds of buffering seg fault issues that seem to be similar to what was reported in this bug. We tried setting output_buffer to off/on/4096, and none of those settings fixed the problem. However, if we up our output_buffer to about 16000, the problem goes away on most pages, but not all. If we then increase our output_buffer to 5000000 then the problem goes away entirely. We were able to isolate where the browser stopped sending HTML, and it seems to be SOMEWHAT related to our use of ob_* functions in one case. However, there were other cases where html would stop outputting literally in the middle of a <td> tag...so if you viewed source, all you would see is: <t Modules are: ctype,curl,date,dom,exif,gd,iconv,libxml,ming,mysql,oci8,pcre,PDO,pdo_mysql,PDO_OCI,posix,session,SimpleXML,smbauth,soap,SPL,standard,sybase,tokenizer,xml,zlib ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35856&edit=1