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

2009-02-18 Thread Robin Fernandes
robinf Wed Feb 18 16:42:52 2009 UTC Modified files: /php-src/main output.c Log: Revert fix to bug #46903 as per http://marc.info/?l=php-internals&m=123476465621346&w=2 . http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.216&r2=1.217&diff_format=u

[PHP-CVS] cvs: php-src /main output.c /tests/output bug46900.phpt bug46903.phpt ob_014.phpt ob_015.phpt ob_start_basic_002.phpt ob_start_basic_004.phpt

2008-12-28 Thread Robin Fernandes
robinf Sun Dec 28 19:50:58 2008 UTC Added files: /php-src/tests/output bug46903.phpt bug46900.phpt Modified files: /php-src/tests/output ob_start_basic_004.phpt ob_start_basic_002.phpt ob_015.phpt

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

2008-08-18 Thread Jani Taskinen
FYI: I remember seeing several (!) bug reports about something like this. I noticed you closed at least one, but there might be more.. --Jani Arnaud Le Blanc wrote: lbarnaudMon Aug 18 03:54:50 2008 UTC Modified files: /php-src/main output.c Log: upda

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

2008-08-18 Thread Arnaud Le Blanc
Hi, Sorry, I should have ran these tests too... I will try to find a better way to fix that. Regards, Arnaud On Monday 18 August 2008 09:45:59 Antony Dovgal wrote: > tony2001 Mon Aug 18 07:45:59 2008 UTC > > Modified files: > /php-src/main output.c > Lo

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

2008-08-18 Thread Antony Dovgal
tony2001Mon Aug 18 07:45:59 2008 UTC Modified files: /php-src/main output.c Log: reverted because it causes lots of test failures in ext/soap http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.213&r2=1.214&diff_format=u Index: php-src/main

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

2008-08-17 Thread Arnaud Le Blanc
lbarnaudMon Aug 18 04:11:52 2008 UTC Modified files: /php-src/main output.c Log: ws http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.212&r2=1.213&diff_format=u Index: php-src/main/output.c diff -u php-src/main/output.c:1.212 php-src/main

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

2008-08-17 Thread Arnaud Le Blanc
lbarnaudMon Aug 18 04:07:54 2008 UTC Added files: /php-src/tests/lang bug45392.phpt Modified files: /php-src/main output.c Log: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). http://cvs.php.net/viewvc.cgi

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

2008-08-17 Thread Arnaud Le Blanc
lbarnaudMon Aug 18 03:54:50 2008 UTC Modified files: /php-src/main output.c Log: update buffer size after having effectively realloc()ed it when appending data to an output buffer # may caused some problems if erealloc() failed here because of mem

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 23:25:43 2008 UTC Modified files: /php-src/main output.c Log: - Fix build http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.208&r2=1.209&diff_format=u Index: php-src/main/output.c diff -u php-src/main/output.c:1.208 php-src/main/o

[PHP-CVS] cvs: php-src /main output.c /tests/output ob_020.phpt

2007-03-03 Thread Johannes Schl
johannesSat Mar 3 10:27:04 2007 UTC Modified files: /php-src/main output.c /php-src/tests/output ob_020.phpt Log: - Fix old behaviour, ob_list_handlers() should always return an array http://cvs.php.net/viewvc.cgi/php-src/main/output.c?

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

2007-01-29 Thread Michael Wallner
mikeMon Jan 29 13:04:57 2007 UTC Modified files: /php-src/main output.c Log: - don't do memory limit checks for chunk_size http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.204&r2=1.205&diff_format=u Index: php-src/main/output.c diff -u php-src/

[PHP-CVS] cvs: php-src /main output.c php_output.h

2006-11-13 Thread Michael Wallner
mikeMon Nov 13 14:05:03 2006 UTC Modified files: /php-src/main output.c php_output.h Log: - fix buffer size alignment - avoid memory overflow #if MEMORY_LIMIT http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.200&r2=1.201&diff_format=u Index:

[PHP-CVS] cvs: php-src /main output.c php_output.h

2006-10-12 Thread Michael Wallner
mikeThu Oct 12 12:50:29 2006 UTC Modified files: /php-src/main output.c php_output.h Log: - use new zend_fcall_info API - use enums where appropriate http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.199&r2=1.200&diff_format=u Index: php-src/ma

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

2006-10-03 Thread Michael Wallner
mikeTue Oct 3 22:28:33 2006 UTC Modified files: /php-src/main output.c Log: - typo http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.198&r2=1.199&diff_format=u Index: php-src/main/output.c diff -u php-src/main/output.c:1.198 php-src/main/output

[PHP-CVS] cvs: php-src /main output.c php_output.h

2006-10-03 Thread Michael Wallner
mikeTue Oct 3 22:20:29 2006 UTC Modified files: /php-src/main output.c php_output.h Log: - fix failure with tests/lang/bug23489.phpt - allocate fci param space at once with php_output_handler_user_func_t http://cvs.php.net/viewvc.cgi/php-src/main

[PHP-CVS] cvs: php-src /main output.c php_output.h

2006-10-03 Thread Michael Wallner
mikeTue Oct 3 08:15:44 2006 UTC Modified files: /php-src/main output.c php_output.h Log: - use fci/fcc instead of zval* for user ob handler http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.196&r2=1.197&diff_format=u Index: php-src/main/output.

[PHP-CVS] cvs: php-src /main output.c php_output.h

2006-08-30 Thread Michael Wallner
mikeWed Aug 30 14:42:01 2006 UTC Modified files: /php-src/main output.c php_output.h Log: - add PHP_OUTPUT_WRITTEN and PHP_OUTPUT_SENT status flags http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.193&r2=1.194&diff_format=u Index: php-src/main/

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

2006-08-30 Thread Michael Wallner
mikeWed Aug 30 12:06:22 2006 UTC Modified files: /php-src/main output.c Log: - output handler may modify context->op - discard any context->out.data on failure http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.192&r2=1.193&diff_format=u Index:

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

2006-08-22 Thread Michael Wallner
mikeTue Aug 22 09:56:24 2006 UTC Modified files: /php-src/main output.c Log: - fix php_output_handler_started() http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.190&r2=1.191&diff_format=u Index: php-src/main/output.c diff -u php-src/main/output

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

2006-08-22 Thread Michael Wallner
mikeTue Aug 22 08:21:19 2006 UTC Modified files: /php-src/main output.c Log: - use the handler name zval directly when listing stati, too http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.189&r2=1.190&diff_format=u Index: php-src/main/output.c d

[PHP-CVS] cvs: php-src /main output.c /tests/output ob_014.phpt ob_015.phpt

2006-08-22 Thread Michael Wallner
mikeTue Aug 22 08:16:38 2006 UTC Modified files: /php-src/main output.c /php-src/tests/output ob_014.phpt ob_015.phpt Log: - fix tests to comply with upgraded string.c - use add_next_index_zval() when listing handlers http://cvs.php.net

[PHP-CVS] cvs: php-src /main output.c php_output.h

2006-08-22 Thread Michael Wallner
mikeTue Aug 22 07:53:58 2006 UTC Modified files: /php-src/main output.c php_output.h Log: - allocate handler stack on the heap and avoid segfaults on shutdown when startup fails - don't try to append empty buffer - fix some dbg format strings http:

[PHP-CVS] cvs: php-src /main output.c php_output.h /tests/output ob_013.phpt ob_018.phpt ob_019.phpt

2006-08-09 Thread Michael Wallner
mikeWed Aug 9 13:56:45 2006 UTC Added files: /php-src/tests/output ob_018.phpt ob_019.phpt Modified files: /php-src/main output.c php_output.h /php-src/tests/output ob_013.phpt Log: - error message enhancements

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

2006-08-09 Thread Michael Wallner
mikeWed Aug 9 10:57:47 2006 UTC Modified files: /php-src/main output.c Log: - mark unicode safe functions http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.185&r2=1.186&diff_format=u Index: php-src/main/output.c diff -u php-src/main/output.c:1.

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

2006-08-09 Thread Michael Wallner
mikeWed Aug 9 10:21:10 2006 UTC Modified files: /php-src/main output.c Log: - use HashPosition for traversal of registered reverse conflicts - fix protos http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.184&r2=1.185&diff_format=u Index: php-

[PHP-CVS] cvs: php-src /main output.c php_output.h

2006-06-12 Thread Michael Wallner
mikeMon Jun 12 18:18:39 2006 UTC Modified files: /php-src/main output.c php_output.h Log: - don't use anonymous union http://cvs.php.net/viewcvs.cgi/php-src/main/output.c?r1=1.182&r2=1.183&diff_format=u Index: php-src/main/output.c diff -u php-src/m

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

2006-06-06 Thread Michael Wallner
mikeTue Jun 6 22:13:23 2006 UTC Modified files: /php-src/main output.c Log: - fix SEGV in php_output_handler_started() http://cvs.php.net/viewcvs.cgi/php-src/main/output.c?r1=1.181&r2=1.182&diff_format=u Index: php-src/main/output.c diff -u php-src/ma

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

2006-06-06 Thread Michael Wallner
mikeTue Jun 6 11:08:45 2006 UTC Modified files: /php-src/main output.c Log: - fix regression with bug #22690 (ob_start() with create_function() output handler) http://cvs.php.net/viewcvs.cgi/php-src/main/output.c?r1=1.180&r2=1.181&diff_format=u Index

[PHP-CVS] cvs: php-src /main output.c /tests/output ob_017.phpt

2006-06-04 Thread Michael Wallner
mikeSun Jun 4 10:01:58 2006 UTC Added files: /php-src/tests/output ob_017.phpt Modified files: /php-src/main output.c Log: - fix output handler seeing buffered data when it gets discarded - add test http://cvs.php.n

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

2006-03-27 Thread Antony Dovgal
tony2001Mon Mar 27 08:26:20 2006 UTC Modified files: /php-src/main output.c Log: MF51: fix #36869 (memory leak in output buffering when using chunked output) http://cvs.php.net/viewcvs.cgi/php-src/main/output.c?r1=1.176&r2=1.177&diff_format=u In

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

2005-08-24 Thread Ilia Alshanetsky
iliaa Wed Aug 24 12:19:49 2005 EDT Modified files: /php-src/main output.c Log: Remainder of the 34191 bug fix. http://cvs.php.net/diff.php/php-src/main/output.c?r1=1.170&r2=1.171&ty=u Index: php-src/main/output.c diff -u php-src/main/output.c:1.170 ph

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

2005-08-18 Thread Dmitry Stogov
dmitry Thu Aug 18 06:18:41 2005 EDT Modified files: /php-src/main output.c Log: Unicode support http://cvs.php.net/diff.php/php-src/main/output.c?r1=1.168&r2=1.169&ty=u Index: php-src/main/output.c diff -u php-src/main/output.c:1.168 php-src/main/outpu

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

2005-04-28 Thread Antony Dovgal
tony2001Thu Apr 28 10:20:28 2005 EDT Modified files: /php-src/main output.c Log: fix #32828 (Throwing exception in output_callback function with ob_start and ob_end_clean leads to segfault) http://cvs.php.net/diff.php/php-src/main/output.c?r1

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

2004-10-20 Thread Stanislav Malyshev
stasWed Oct 20 11:31:06 2004 EDT Modified files: /php-src/main output.c Log: MF4: fix double bailout in HEAD when output is attempted from shutdown http://cvs.php.net/diff.php/php-src/main/output.c?r1=1.164&r2=1.165&ty=u Index: php-src/main/output.c

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

2003-08-08 Thread Ilia Alshanetsky
iliaa Fri Aug 8 19:43:45 2003 EDT Modified files: /php-src/main output.c Log: Fixed bug #24951 (ob_flush() needlessly destroys output handler). Index: php-src/main/output.c diff -u php-src/main/output.c:1.161 php-src/main/output.c:1.162 --- php-src/m

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

2003-07-31 Thread Ilia Alshanetsky
iliaa Thu Jul 31 15:46:03 2003 EDT Modified files: /php-src/main output.c Log: Fixed bug #22154 (Possible crash when memory_limit is reached and output buffering in addition to session.use_trans_sid is used). Index: php-src/main/output.c diff -u php

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

2003-07-16 Thread Marcus Boerger
helly Wed Jul 16 04:36:04 2003 EDT Modified files: /php-src/main output.c Log: Bugfix #22690 Index: php-src/main/output.c diff -u php-src/main/output.c:1.159 php-src/main/output.c:1.160 --- php-src/main/output.c:1.159 Tue Jun 10 16:03:41 2003 +++ php-src