[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/tests/traits/bug55214.phpt branches/PHP_5_4/Zend/zend_compile.c branches/PHP_5_4/Zend/zend_constants.c branches/PHP_5_4/Zend/zend_execute_API.c branc

2012-01-17 Thread Dmitry Stogov
dmitry Tue, 17 Jan 2012 08:09:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322378 Log: Improved traits implementation. Now to support __CLASS__ constant in traits php doesn't have to copy the complete compiled method, but can reuse the

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_language_scanner.c branches/PHP_5_4/Zend/zend_language_scanner_defs.h trunk/Zend/zend_language_scanner.c trunk/Zend/zend_language_scanner_defs.h

2012-01-17 Thread Dmitry Stogov
dmitry Tue, 17 Jan 2012 08:11:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322380 Log: Regenerated scanners Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_language_scanner.c U

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

2012-01-17 Thread Dmitry Stogov
dmitry Tue, 17 Jan 2012 09:30:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322384 Log: Fixed workaround for bug #48034 on Windows (Crash when script is 8192 (8KB) bytes long) Bug: https://bugs.php.net/48034 (Assigned) Crash when script is

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionClass_setFinal.phpt ext/reflection/tests/ReflectionClass_toString_001.phpt ext/reflection/tests/R

2012-01-17 Thread Sebastian Bergmann
sebastianTue, 17 Jan 2012 12:59:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322390 Log: Implement ReflectionClass::setFinal() and ReflectionMethod::setFinal(). Patch by Jan Dolecek juzna...@gmail.com. Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/reflection/php_reflection.c ext/reflection/tests/ReflectionClass_setFinal.phpt ext/reflection/tests/ReflectionClass_toString_001.phpt ext/reflection/tests/R

2012-01-17 Thread Sebastian Bergmann
sebastianTue, 17 Jan 2012 13:46:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322398 Log: Revert r322390. Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ext/reflection/php_reflection.c D

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

2012-01-17 Thread Xinchen Hui
laruence Tue, 17 Jan 2012 14:32:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322413 Log: unnecessay slash Changed paths: U php/php-src/trunk/ext/mysqli/mysqli_prop.c Modified: php/php-src/trunk/ext/mysqli/mysqli_prop.c

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-01-17 Thread David Soria Parra
dsp Tue, 17 Jan 2012 14:47:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322417 Log: Update karma.git description Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-01-17 Thread David Soria Parra
dsp Tue, 17 Jan 2012 14:48:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322418 Log: systems is now on git.php.net and called systems.git Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/hash/hash_tiger.c ext/hash/tests/tiger.phpt

2012-01-17 Thread Michael Wallner
mike Tue, 17 Jan 2012 15:25:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322419 Log: adapted tiger hash byte print order to those of md5 and sha1 see http://en.wikipedia.org/wiki/Tiger_(cryptography)

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/hash/config.m4 ext/hash/config.w32 ext/hash/hash.c ext/hash/hash_salsa.c ext/hash/php_hash.h ext/hash/php_hash_salsa.h ext/hash/tests/hash_algos.phpt ext/ha

2012-01-17 Thread Michael Wallner
mike Tue, 17 Jan 2012 16:35:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322421 Log: remove Salsa10/Salsa20, which are actually stream ciphers not hash functions Changed paths: U php/php-src/trunk/NEWS U

[PHP-CVS] svn: /php/php-src/trunk/ext/hash/tests/ hash_copy_001.phpt hash_file_basic1.phpt hash_hmac_basic.phpt hash_hmac_file_basic.phpt

2012-01-17 Thread Michael Wallner
mike Tue, 17 Jan 2012 17:21:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=322423 Log: fix tests I borked Changed paths: U php/php-src/trunk/ext/hash/tests/hash_copy_001.phpt U