[PHP-CVS] svn: /php/php-src/trunk/ext/mbstring/libmbfl/filters/ mbfilter_utf8.c

2011-10-18 Thread Rui Hirokawa
hirokawa Tue, 18 Oct 2011 14:03:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318183 Log: fixed byte length of utf-8. Changed paths: U php/php-src/trunk/ext/mbstring/libmbfl/filters/mbfilter_utf8.c Modified:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/mbstring/libmbfl/filters/ mbfilter_utf8.c

2011-10-18 Thread Rui Hirokawa
hirokawa Tue, 18 Oct 2011 14:04:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318184 Log: MFH: fixed byte length of utf-8. Changed paths: U php/php-src/branches/PHP_5_4/ext/mbstring/libmbfl/filters/mbfilter_utf8.c Modified:

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

2011-10-18 Thread Andrey Hristov
andrey Tue, 18 Oct 2011 14:10:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318185 Log: move change_user closer to connect Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_charset.c

2011-10-18 Thread Rui Hirokawa
hirokawa Tue, 18 Oct 2011 14:28:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318186 Log: fixed maximum byte length of utf8mb4. Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd_charset.c Modified:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/mysqlnd/ mysqlnd_charset.c

2011-10-18 Thread Rui Hirokawa
hirokawa Tue, 18 Oct 2011 14:28:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318187 Log: fixed maximum byte length of utf8mb4. Changed paths: U php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd_charset.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/micro_bench.php branches/PHP_5_4/Zend/zend_compile.c branches/PHP_5_4/Zend/zend_execute_API.c branches/PHP_5_4/Zend/zend_opcode

2011-10-18 Thread Arnaud Le Blanc
lbarnaud Tue, 18 Oct 2011 19:42:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318191 Log: Improved ternary operator performance when returning arrays Changed paths: U php/php-src/branches/PHP_5_4/NEWS U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/spl/tests/ bug60082.phpt

2011-10-18 Thread Xinchen Hui
laruence Wed, 19 Oct 2011 02:28:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=318204 Log: Test for #60082 Bug: https://bugs.php.net/60082 (Assigned) 100% CPU / when using references with ArrayObject($ref). Changed paths: A