From: giuseppe dot costagliola at sanpaolowm dot com Operating system: os/400 PHP version: 4.3.3 PHP Bug Type: Output Control Bug description: ob_gzhandler
Description: ------------ If I leave parameter "output_handler" undefined, when php loads a new page it first clear the entire screen and then put the new page. If building a page with a big table or with a slow system takes some time, the user stays with a full blank page, and this is very nasty. However if I put "output_handler = ob_gzhandler", php leaves the old page on screen and just overwrites the new one smootly when ready. Is this a bug or is it working as expected ? Thanks. -- Edit bug report at http://bugs.php.net/?id=26095&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26095&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26095&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=26095&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=26095&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=26095&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=26095&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=26095&r=support Expected behavior: http://bugs.php.net/fix.php?id=26095&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=26095&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=26095&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=26095&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26095&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=26095&r=dst IIS Stability: http://bugs.php.net/fix.php?id=26095&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=26095&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=26095&r=float