Debug output not Flushing [message #631790] |
Fri, 08 October 2010 14:33  |
Eclipse User |
|
|
|
I have setup eclipse helios with zend server CE. I can use the debug module to step through code but no output is displayed to the console window until the script ends. Is there a way to fix output buffering to work properly? My php.ini is setting output_buffering = Off. When I view my phpinfo(), it says the output_buffering = No value, however Implicit_flush = On. Also I have tried manually setting the flush on in the php script using
ob_implicit_flush(TRUE);
echo "Hello World<br>\n";
flush();
echo "Hello World<br>\n";
flush();
Nothing seems to matter.
Using:
Eclipse for PHP Developers
Version: Helios Release
Build id: 20100617-1415
------
PHP Version 5.3.3
Zend Framework Version 1.10.8
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.13435 seconds