php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26095 ob_gzhandler
Submitted: 2003-11-03 08:54 UTC Modified: 2003-11-05 09:53 UTC
From: giuseppe dot costagliola at sanpaolowm dot com Assigned:
Status: Not a bug Package: Output Control
PHP Version: 4.3.3 OS: os/400
Private report: No CVE-ID: None
 [2003-11-03 08:54 UTC] giuseppe dot costagliola at sanpaolowm dot com
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.
   


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-03 13:45 UTC] sniper@php.net
Most likely the browser used doesn't work correctly.
Not PHP bug.

 [2003-11-04 07:08 UTC] giuseppe dot costagliola at sanpaolowm dot com
I've tried with Explorer 6 sp1 and Nescape 7. On both browsers there is the same problem.
 [2003-11-05 09:53 UTC] giuseppe dot costagliola at sanpaolowm dot com
I've also tried on Windows platform and there is the same behaviour. Probably it's just due to php.ini default configuration and things work as expected, but this is NOT the browser that doesn't work correctly.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Jun 18 02:01:30 2024 UTC