[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/main/php_variables.c branches/PHP_5_3/main/rfc1867.c branches/PHP_5_4/NEWS branches/PHP_5_4/main/php_variables.c branches/PHP_5_4/ma

2012-02-14 Thread Dmitry Stogov
dmitry Tue, 14 Feb 2012 08:58:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323202 Log: Improved max_input_vars directive to check nested variables Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/zend_execute.c trunk/Zend/zend_execute.c

2012-02-14 Thread Dmitry Stogov
dmitry Tue, 14 Feb 2012 09:27:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323204 Log: Added ability to reset user opcode handlers (Yoram) Changed paths: U php/php-src/branches/PHP_5_4/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/tests/basic/022.phpt branches/PHP_5_3/tests/basic/023.phpt branches/PHP_5_3/tests/basic/024.phpt branches/PHP_5_3/tests/basic/027.phpt branches/PHP_5_3/te

2012-02-14 Thread Rasmus Lerdorf
rasmus Tue, 14 Feb 2012 09:47:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323205 Log: These tests fail unless max_input_vars and/or max_file_uploads is set high enough Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/strings/parse_str_basic3.phpt branches/PHP_5_4/ext/standard/tests/strings/parse_str_basic3.phpt trunk/ext/standard/tests/strings/parse_

2012-02-14 Thread Rasmus Lerdorf
rasmus Tue, 14 Feb 2012 09:50:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323206 Log: This one depends on max_input_vars as well Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/strings/parse_str_basic3.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/sapi/cgi/cgi_main.c trunk/sapi/cgi/cgi_main.c

2012-02-14 Thread Dmitry Stogov
dmitry Tue, 14 Feb 2012 13:31:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323212 Log: Fixed reinitialization of SAPI callbacks after php_module_startup() Changed paths: U php/php-src/branches/PHP_5_4/NEWS U

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

2012-02-14 Thread Mateusz Kocielski
shm Tue, 14 Feb 2012 14:14:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323213 Log: * fixed bug #60704 unlink() bug with some files path Reviewed by: rasmus@ Bug: https://bugs.php.net/60704 (Assigned) unlink() bug with some files path

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

2012-02-14 Thread Michael Wallner
mike Tue, 14 Feb 2012 19:31:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323219 Log: fix compat function not passing along input buffer with php_output_context_pass() if the output_handler_func does not set out_str Changed paths: U

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

2012-02-14 Thread Christopher Jones
It would be great to have a NEWS entry and a testcase and a bug number. Chris On 02/14/2012 11:31 AM, Michael Wallner wrote: mike Tue, 14 Feb 2012 19:31:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=323219 Log: fix compat function not