Closed (fixed)
Project:
Drupal core
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Apr 2005 at 22:41 UTC
Updated:
19 Apr 2005 at 19:15 UTC
When visiting a page which is being buffered so it can be cached, the output buffer is not flushed when buffering is done with (i.e. when the cache is saved, before hook_exit is invoked). The page is not returned to the client until after hook_exit.
Adding ob_end_flush solves that and maintains php 4.* compatibility. (Most ob_* functions came in php 4.2)
| Comment | File | Size | Author |
|---|---|---|---|
| bootstrap.inc_1.patch | 547 bytes | willmoy |
Comments
Comment #1
killes@www.drop.org commented+1 ob_end_flush() is listed as available in all php 4.x versions.
Comment #2
dries commentedCommitted to HEAD. Thanks.
Comment #3
(not verified) commented