Re: [PHP-CVS] com php-src: Implemented 'finally' keywords for php: NEWS UPGRADING Zend/tests/catch_finally_001.phpt Zend/tests/catch_finally_002.phpt Zend/tests/catch_finally_003.phpt Zend/tests/catch

2012-08-13 Thread Pierre Joye
hi Laruence! Blame me for not having tested your patch before, but it sadly breaks the build, see: http://pastie.org/4466921 Thanks for your work! Cheers, On Mon, Aug 13, 2012 at 3:48 PM, Xinchen Hui wrote: > Commit:80d5ae3cea4c6fdd85789edfde0e2da721a0741b > Author:Xinchen Hui

[PHP-CVS] com php-src: Fix 64bit JSON test: ext/json/tests/pass001.1_64bit.phpt

2012-08-13 Thread Nikita Popov
Commit:f3192ea6e4405dded21cc81a6587374b019a6173 Author:Nikita Popov Mon, 13 Aug 2012 18:42:16 +0200 Parents: 80d5ae3cea4c6fdd85789edfde0e2da721a0741b Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f3192ea6e4405dded21cc81a6587374b019a6173 Log: F

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-08-13 Thread Rasmus Lerdorf
rasmus Mon, 13 Aug 2012 17:02:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=327104 Log: Zend karma for ab Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ==

[PHP-CVS] com php-src: fix windows build: Zend/zend_vm_def.h Zend/zend_vm_execute.h

2012-08-13 Thread Anatoliy Belsky
Commit:baea290b6c0843afb23bf9ea2979a8de15a406ce Author:Anatoliy Belsky Mon, 13 Aug 2012 19:44:45 +0200 Parents: f3192ea6e4405dded21cc81a6587374b019a6173 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=baea290b6c0843afb23bf9ea2979a8de15a406ce Log

[PHP-CVS] com php-src: Fix mcrypt_ecb tests after deprecation: ext/mcrypt/tests/mcrypt_ecb.phpt ext/mcrypt/tests/mcrypt_ecb_3des_decrypt.phpt ext/mcrypt/tests/mcrypt_ecb_3des_encrypt.phpt ext/mcrypt/t

2012-08-13 Thread Nikita Popov
Commit:544f5ad35bfe8351ea3f0821a61d83ce9300457d Author:Nikita Popov Mon, 13 Aug 2012 20:29:55 +0200 Parents: baea290b6c0843afb23bf9ea2979a8de15a406ce Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=544f5ad35bfe8351ea3f0821a61d83ce9300457d Log: Fi

[PHP-CVS] com php-src: Fix phpcredits() BC after remove Logo GUIDs: ext/standard/credits.c ext/standard/info.c

2012-08-13 Thread Nikita Popov
Commit:3d4169d751d443313da9f6299d1aff3d9fdc7ed0 Author:Reeze Xia Thu, 9 Aug 2012 21:43:59 +0800 Parents: 1190bc440be0ab8ef6703dc9cb1dc4d64bf538f0 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=3d4169d751d443313da9f6299d1aff3d9fdc7ed0 Log: Fix p

[PHP-CVS] com php-src: Ask for less random data in mcrypt_create_iv: ext/mcrypt/tests/mcrypt_create_iv.phpt

2012-08-13 Thread Nikita Popov
Commit:7aed2390503bfe91c91eec67ed0c88b12ff3612c Author:Nikita Popov Mon, 13 Aug 2012 21:46:15 +0200 Parents: 9bc1af1e5855c8cfc6886b5aaedbcb86a2ef42d7 Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7aed2390503bfe91c91eec67ed0c88b12

[PHP-CVS] com php-src: Rename mcrypt_cbf -> mcrypt_cfb: ext/mcrypt/tests/mcrypt_cbf.phpt ext/mcrypt/tests/mcrypt_cfb.phpt

2012-08-13 Thread Nikita Popov
Commit:9bc1af1e5855c8cfc6886b5aaedbcb86a2ef42d7 Author:Nikita Popov Mon, 13 Aug 2012 21:44:50 +0200 Parents: 4970926e4543c15e16b0c047d85dddfb4c09b581 Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=9bc1af1e5855c8cfc6886b5aaedbcb86a

Re: [PHP-CVS] com php-src: Implemented 'finally' keywords for php: NEWS UPGRADING Zend/tests/catch_finally_001.phpt Zend/tests/catch_finally_002.phpt Zend/tests/catch_finally_003.phpt Zend/tests/catch

2012-08-13 Thread Laruence
On Tue, Aug 14, 2012 at 12:21 AM, Pierre Joye wrote: > hi Laruence! > > Blame me for not having tested your patch before, but it sadly breaks > the build, see: > > http://pastie.org/4466921 > > Thanks for your work! Hi: hmm, sorry for that mistake, didn't test on windows before, anywya, seems a

[PHP-CVS] com php-src: Skip tests reply on Zend MM turned on: ext/oci8/tests/pecl_bug10194_blob.phpt ext/standard/tests/strings/str_pad_variation5.phpt

2012-08-13 Thread Xinchen Hui
Commit:02394379036eb535290f9d4216e2b5be3efb12c6 Author:Reeze Xia Sat, 11 Aug 2012 00:34:37 +0800 Parents: c4b26cc1b0b0521c75e653fffec2a9e3b4bf8cbb Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=02394379036eb535290f9d4216e2b5be3efb12c6 Log: Ski

[PHP-CVS] com php-src: add test for alone try block, and update test scripts summary: Zend/tests/try_catch_finally_002.phpt Zend/tests/try_catch_finally_003.phpt Zend/tests/try_catch_finally_004.phpt

2012-08-13 Thread Xinchen Hui
Commit:f82be0550b573027b1fb8ef106e7c8efc78878e1 Author:Xinchen Hui Tue, 14 Aug 2012 14:08:38 +0800 Parents: dacd918dc7745118f10ea9481ca081de523b97c9 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f82be0550b573027b1fb8ef106e7c8efc78878e1 Log: ad

[PHP-CVS] com php-src: typo: Zend/tests/try_catch_finally_003.phpt

2012-08-13 Thread Xinchen Hui
Commit:154fe7486d55b5bd71dc9ecbac369a48596a3325 Author:Xinchen Hui Tue, 14 Aug 2012 14:17:27 +0800 Parents: f82be0550b573027b1fb8ef106e7c8efc78878e1 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=154fe7486d55b5bd71dc9ecbac369a48596a3325 Log: ty