#21707 [NEW]: long html text sources truncated
From: [EMAIL PROTECTED] Operating system: windows xp PHP version: 4.3.0 PHP Bug Type: Output Control Bug description: long html text sources truncated Apache 2.0.43 running on Windows XP. Reproduced with PHP 4.3.0 running as CGI and as module. present with output_buffering = off not present with output_buffering = on A 10kb(approximately) or larger html/text file with a .php extension is truncated if output buffering is set to off. Turn output buffering on and the entire file is sent/displayed properly -- Edit bug report at http://bugs.php.net/?id=21707&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21707&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21707&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21707&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21707&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21707&r=oldversion Not developer issue:http://bugs.php.net/fix.php?id=21707&r=support Expected behavior: http://bugs.php.net/fix.php?id=21707&r=notwrong Not enough info:http://bugs.php.net/fix.php?id=21707&r=notenoughinfo Submitted twice:http://bugs.php.net/fix.php?id=21707&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21707&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21707&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21707&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21707&r=isapi Install GNU Sed:http://bugs.php.net/fix.php?id=21707&r=gnused
#21707 [Opn]: long html text sources truncated
ID: 21707 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: windows xp PHP Version: 4.3.0 New Comment: For example: 174412 Chars --> 7957 Chars 82828 Chars --> 23906 Chars not consistent, running the 82828 char file a second time gave me 43596 chars Previous Comments: [2003-01-17 00:51:16] [EMAIL PROTECTED] Truncated to how many characters and is it a consistent number? [2003-01-17 00:43:36] [EMAIL PROTECTED] Apache 2.0.43 running on Windows XP. Reproduced with PHP 4.3.0 running as CGI and as module. present with output_buffering = off not present with output_buffering = on A 10kb(approximately) or larger html/text file with a .php extension is truncated if output buffering is set to off. Turn output buffering on and the entire file is sent/displayed properly -- Edit this bug report at http://bugs.php.net/?id=21707&edit=1