[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/Zend/tests/bug50174.phpt branches/PHP_5_2/Zend/zend_compile.c branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug50174.phpt branch

2009-11-14 Thread Felipe Pena
felipe Sat, 14 Nov 2009 19:17:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=290752 Log: - Fixed bug #50174 (Incorrectly matched docComment) Bug: http://bugs.php.net/50174 (Open) Incorrectly matched docComment Changed paths: U p

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c

2009-11-14 Thread Jani Taskinen
jani Sat, 14 Nov 2009 22:42:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=290761 Log: MF53: sprintf -> snprintf -> slprintf (Marcus, Ilia: Thanks for not committing random stuff to HEAD) Changed paths: U php/php-src/trunk/main/SAPI

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/tests/fetch_all4.phpt trunk/ext/oci8/tests/fetch_all4.phpt

2009-11-14 Thread Christopher Jones
sixd Sat, 14 Nov 2009 23:28:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=290763 Log: New test Changed paths: A php/php-src/branches/PHP_5_3/ext/oci8/tests/fetch_all4.phpt A php/php-src/trunk/ext/oci8/tests/fetch_all4.phpt Ad

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/ext/zlib/zlib.c PHP_5_3/ext/zlib/zlib.c

2009-11-14 Thread Jani Taskinen
jani Sun, 15 Nov 2009 00:13:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=290765 Log: - Temporary hack to fix bug #49816 (works fine in HEAD which has working output buffering..) Bug: http://bugs.php.net/49816 (Assigned) output corruptio

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/main/ main.c

2009-11-14 Thread Rasmus Lerdorf
rasmus Sun, 15 Nov 2009 00:21:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=290766 Log: Fix bug #49868 As far as I can tell this was a copy-paste induced bug when I added the reset_signals flag to zend_set_timeout. Bug: http://bugs.php.net/

[PHP-CVS] svn: /php/php-src/trunk/main/ main.c

2009-11-14 Thread Rasmus Lerdorf
rasmus Sun, 15 Nov 2009 00:24:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=290767 Log: Fix bug #49868 Bug: http://bugs.php.net/49868 (Assigned) max_execution_time affected by max_input_time Changed paths: U php/php-src/trunk/

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/main/main.c trunk/main/main.c

2009-11-14 Thread Jani Taskinen
jani Sun, 15 Nov 2009 00:31:42 + Revision: http://svn.php.net/viewvc?view=revision&revision=290768 Log: - Nuke ws Changed paths: U php/php-src/branches/PHP_5_3/main/main.c U php/php-src/trunk/main/main.c Modified: php/php-src/branches/PHP_5_3/

Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/ext/zlib/zlib.c PHP_5_3/ext/zlib/zlib.c

2009-11-14 Thread Jani Taskinen
The remaining problem is that this causes flush() to disable compression under Apache due to the buggy output buffering code in 5.* branches. I have no idea how to fix that issue other than merging the new (working) output buffering code (by Mike, iirc) to 5.* branches.. --Jani Jani Taskinen