[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_language_scanner.h zend_language_scanner.l

2010-12-19 Thread Moriyoshi Koizumi
moriyoshiMon, 20 Dec 2010 03:16:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=306486 Log: - Avoid allocating extra buffers. This makes parsing with zend.multibyte enabled as fast as with it disabled. Changed paths: U php/php-src/trunk/

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

2010-12-19 Thread Moriyoshi Koizumi
moriyoshiMon, 20 Dec 2010 03:11:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=306485 Log: - Fix a bug that the script gets wrongly converted into UTF-8 when the script encoding is not GL-safe. Changed paths: U php/php-src/trunk/Zend/ze

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

2010-12-19 Thread Felipe Pena
felipe Mon, 20 Dec 2010 01:42:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=306479 Log: - Fix build Changed paths: U php/php-src/trunk/Zend/zend_compile.c Modified: php/php-src/trunk/Zend/zend_compile.c ==

[PHP-CVS] svn: /php/php-src/trunk/Zend/ tests/traits/property001.phpt tests/traits/property002.phpt tests/traits/property003.phpt tests/traits/property004.phpt tests/traits/property005.phpt zend_compi

2010-12-19 Thread Stefan Marr
gron Mon, 20 Dec 2010 00:52:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=306476 Log: Added strict handling of properties in traits. # This is the first attempt to implement the properties as discussed on the mailinglist. # RFC is not upd

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/calendar/julian.c branches/PHP_5_3/ext/calendar/tests/bug53574.phpt trunk/ext/calendar/julian.c trunk/ext/calendar/tests/bug5357

2010-12-19 Thread Gustavo André dos Santos Lopes
cataphract Sun, 19 Dec 2010 23:47:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=306475 Log: - Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to segfault). Bug: http://bugs.php.net/53574 (Assigned) Integer overflow in Sdn

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.h

2010-12-19 Thread Stefan Marr
gron Sun, 19 Dec 2010 22:13:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=306467 Log: Fixed naming of parameters, was inconsistent with implementation. Changed paths: U php/php-src/trunk/Zend/zend_compile.h Modified: php/php-src/tr

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

2010-12-19 Thread Moriyoshi Koizumi
moriyoshiSun, 19 Dec 2010 17:29:21 + Revision: http://svn.php.net/viewvc?view=revision&revision=306460 Log: WS Changed paths: U php/php-src/trunk/Zend/zend_multibyte.c Modified: php/php-src/trunk/Zend/zend_multibyte.c ===

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

2010-12-19 Thread Moriyoshi Koizumi
moriyoshiSun, 19 Dec 2010 17:28:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=306459 Log: WS Changed paths: U php/php-src/trunk/ext/mbstring/mbstring.c Modified: php/php-src/trunk/ext/mbstring/mbstring.c ===