[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/Zend/tests/bug52237.phpt branches/PHP_5_2/Zend/zend_vm_def.h branches/PHP_5_2/Zend/zend_vm_execute.h branches/PHP_5_3/Zend/tests/bug

2010-07-05 Thread Dmitry Stogov
dmitry Mon, 05 Jul 2010 09:08:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=300990 Log: Fixed bug #52237 (Crash when passing the reference of the property of a non-object) Bug: http://bugs.php.net/52237 (Assigned) Crash when passing the

[PHP-CVS] svn: /php/php-src/trunk/ext/mbstring/ mbstring.c php_mbregex.c

2010-07-05 Thread Dmitry Stogov
dmitry Mon, 05 Jul 2010 12:03:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301001 Log: Reduced overhead of ext/mbstring initialization Changed paths: U php/php-src/trunk/ext/mbstring/mbstring.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2010-07-05 Thread Dmitry Stogov
dmitry Mon, 05 Jul 2010 14:32:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301002 Log: Use ZE API to modify/restore PG(magic_quotes_runtime). Removed overhead at request startup. Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/sapi/cgi/ cgi_main.c fastcgi.c fastcgi.h

2010-07-05 Thread Dmitry Stogov
dmitry Mon, 05 Jul 2010 15:40:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301003 Log: reduced request processing overhead Changed paths: U php/php-src/trunk/sapi/cgi/cgi_main.c U php/php-src/trunk/sapi/cgi/fastcgi.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt branches/PHP_5_2/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt branches/PHP_

2010-07-05 Thread Felipe Pena
felipe Tue, 06 Jul 2010 00:25:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=301016 Log: - Fixed tests Changed paths: U php/php-src/branches/PHP_5_2/ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt U