Michael Wallner wrote:
I'd like to suggest that we revisit the output control (output buffering) code base.

On a semi-related note, I'd like to see the docs mention that print_r and var_export (with the second parameter set to TRUE), and debug_print_backtrace, internally use the output buffering code to capture their output, meaning that using them inside an output buffering handler will always cause a fatal error.

Alternatively, I'd like to see these functions *not* use the ob functions to do their work. I realise the former is probably easier though.

Jasper

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to