PHP CLI debug output window is empty |
Site Admin
|
Output window is expected to show the output produced by your script that is sent to the output stream. It may not appear immediately upon each echo or print statements are executed because of the output buffering that is turned on by default.
|
||||||||||||
_________________ The PHP IDE team |
|
I turned off buffering in php.ini of course, does not show anything. All php.ini files in all php versions I have found in phped folder have set output_buffering = Off. What next?
|
||||||||||||
|
|
Try ob_get_level() to check that all OB are really turned off. There may be more of tham e.g. output compression.
|
||||||||||||
|
|
Returns 0. I have to say, that I have used last version as-is on other computer with same result, doesnt work by default.
|
||||||||||||
|
Site Admin
|
if you have a script reproducing the problem, please submit report to NuSphere Support
|
||||||||||||
_________________ The PHP IDE team |
PHP CLI debug output window is empty |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by