[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main output.c

2009-03-25 Thread Christian Seiler
cseiler Thu Mar 26 00:00:18 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main output.c Log: MFB: Fixed memory leak in ob_get_clean/ob_get_flush.

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main output.c /tests/lang bug45392.phpt

2008-08-18 Thread Dmitry Stogov
Hi Arnaud, I think this fix is wrong. CG(unclean_shutdown) may be set by any error (not only memory overflow) and in case of this patch error messages never go to stdout. The patch also breaks 20 ext/soap tests. It is definitely must be reverted for PHP_5_2 as it changes behavior and I

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main output.c /tests/lang bug45392.phpt

2008-08-17 Thread Arnaud Le Blanc
lbarnaudMon Aug 18 04:09:38 2008 UTC Added files: (Branch: PHP_5_2) /php-src/tests/lang bug45392.phpt Modified files: /php-srcNEWS /php-src/main output.c Log: MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main output.c

2007-01-29 Thread Dmitry Stogov
dmitry Mon Jan 29 11:21:31 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main output.c /php-srcNEWS Log: Fixed bug #40259 (ob_start call many times - memory error). (Dmitry)