1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/tests
Michael Wallner f32760bd40 Fix bug #60768 Output buffer not discarded
in php_output_handler_op():
  * if appending to buffer succeeds, just return HANDLER_NO_DATA
    and do nothing else
  * if a zero sized string or true is returned from the handler
    function, reset the context as well as the handler's buffer
2012-01-16 17:51:35 +00:00
..
2012-01-09 14:29:06 +00:00
2011-11-26 17:35:19 +00:00
2011-06-23 21:27:42 +00:00
2012-01-04 08:13:58 +00:00
2008-07-21 12:23:38 +00:00
2011-09-06 09:23:10 +00:00
2011-12-26 01:08:47 +00:00