PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Tools and Utilities » PhpDocumentor » Bug #7001

turn off outbut buffering

Details

Request #7001turn off outbut buffering
Submitted2006-03-02 17:04 UTC
Fromclindh at homenet dot se
StatusClosed
PackagePhpDocumentor
PHP Version4.3.0
OSRed Hat Linux
Roadmaps(Not assigned)

Comments

[2006-03-02 17:04 UTC] clindh at homenet dot se

Description:
------------
If PHP has output buffering on by default, nothing is echoed when creating docs from the web UI, causing the browser to time out after a while.

There are flush()-statements in the code but ob_flush() is also needed, unless buffering is turned off - which seems easier.

Test script:
---------------
I added a
while (@ob_end_flush());
in my phpdoc.ini to work around this

[2006-04-27 08:26 UTC] clindh at homenet dot se

Why? I need output buffering in my application- the one I'm documenting.

Oh well, I'll just patch new releases as well. I know how to now, but maybe not others.