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

2009-03-25 Thread Christian Seiler
cseiler Wed Mar 25 23:59:45 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main output.c Log: - Fixed memory leak in ob_get_clean/ob_get_flush. # Not necessary in HEAD because output buffering was completely rewritten # there.

[PHP-CVS] cvs: php-src(PHP_5_3) /main output.c /tests/output bug46897.phpt

2009-02-13 Thread David Coallier
davidc Fri Feb 13 11:48:17 2009 UTC Added files: (Branch: PHP_5_3) /php-src/tests/output bug46897.phpt Modified files: /php-src/main output.c Log: - Fixed bug #46897: ob_flush() should fail to flush unerasable buffers - Added

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

2009-01-07 Thread Felipe Pena
felipe Wed Jan 7 18:34:18 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main output.c Log: - Checking 0 param in the new way [only in this branch]

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

2008-08-18 Thread Antony Dovgal
tony2001Mon Aug 18 07:46:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main output.c Log: reverted because of test failures http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.167.2.3.2.4.2.8r2=1.167.2.3.2.4.2.9diff_format=u Index:

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

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

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

2008-07-15 Thread Lars Strojny
lstrojnyTue Jul 15 08:50:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main output.c Log: New parameter parsing API http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.167.2.3.2.4.2.3r2=1.167.2.3.2.4.2.4diff_format=u Index:

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

2008-07-15 Thread Lars Strojny
lstrojnyTue Jul 15 09:09:09 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main output.c Log: Return null on when param parsing errors occur

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

2008-07-15 Thread Hannes Magnusson
On Tue, Jul 15, 2008 at 11:09, Lars Strojny [EMAIL PROTECTED] wrote: lstrojnyTue Jul 15 09:09:09 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main output.c Log: Return null on when param parsing errors occur Why? I see no point in breaking bc

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

2008-07-15 Thread Lars Strojny
Hi Hannes, Am Dienstag, den 15.07.2008, 15:07 +0200 schrieb Hannes Magnusson: I see no point in breaking bc just to break it. that's how it is done elsewhere too. The issue is, there are no tests to tell us how the behaviour was before the parameter handling was changed to the new API, so we

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

2008-07-15 Thread Hannes Magnusson
On Tue, Jul 15, 2008 at 15:18, Lars Strojny [EMAIL PROTECTED] wrote: Hi Hannes, Am Dienstag, den 15.07.2008, 15:07 +0200 schrieb Hannes Magnusson: I see no point in breaking bc just to break it. that's how it is done elsewhere too. The issue is, there are no tests to tell us how the