Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/main/output.c branches/PHP_5_4/tests/output/bug60282.phpt trunk/main/output.c trunk/tests/output/bug60282.phpt

2011-11-13 Thread Ferenc Kovacs
Hi Laruence, ob_gzhandler is only available if php is built --with-zlib This means that your test can fail with Warning: ob_start(): function 'ob_gzhandler' not found or invalid function name on depending on the configure options. Could you please add a SKIPIF and skip the test if ob_gzhandler

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/main/output.c branches/PHP_5_4/tests/output/bug60282.phpt trunk/main/output.c trunk/tests/output/bug60282.phpt

2011-11-12 Thread Xinchen Hui
laruence Sun, 13 Nov 2011 04:11:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=319117 Log: Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers) Bug: https://bugs.php.net/60282 (Assigned) Segfault when using ob_gzhandler()