Home » Tools and Utilities » PhpDocumentor » Bug #7001
turn off outbut buffering
Details
| Request #7001 | turn off outbut buffering |
|---|---|
| Submitted | 2006-03-02 17:04 UTC |
| From | clindh at homenet dot se |
| Status | Closed |
| Package | PhpDocumentor |
| PHP Version | 4.3.0 |
| OS | Red 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.