[PHP-CVS] com php-src: assert() user message: NEWS ext/standard/assert.c ext/standard/tests/assert/assert04.phpt ext/standard/tests/assert/assert_error1.phpt

2012-08-31 Thread Lars Strojny
Commit:167108d73cf7f37efb75bc32cef38ea4602ea229 Author:Lars Strojny Fri, 31 Aug 2012 18:55:43 +0200 Parents: b5d2c3174fcd3785d827ee310669189e827ca7ec Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=167108d73cf7f37efb75bc32cef38ea4602ea229 Log: a

[PHP-CVS] com php-src: Tests for the previous assert() with user message: ext/standard/tests/assert/assert_basic6.phpt ext/standard/tests/assert/assert_error2.phpt ext/standard/tests/assert/assert_err

2012-08-31 Thread Lars Strojny
Commit:64c168efc5fad8e9761b23dd02a99f5e5a1b46c2 Author:Lars Strojny Fri, 31 Aug 2012 19:01:57 +0200 Parents: 167108d73cf7f37efb75bc32cef38ea4602ea229 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=64c168efc5fad8e9761b23dd02a99f5e5a1b46c2 Log: T

[PHP-CVS] com php-src: assert() user message: NEWS ext/standard/assert.c ext/standard/tests/assert/assert04.phpt ext/standard/tests/assert/assert_basic6.phpt ext/standard/tests/assert/assert_error1.ph

2012-08-31 Thread Lars Strojny
Commit:e658a91b3d826ea4104b17f3a6123c1e9f3aee86 Author:Lars Strojny Fri, 31 Aug 2012 19:04:53 +0200 Parents: 66fad45724214c21491daa21031ac6e5a59d5e3a Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e658a91b3d826ea4104b17f3a6123c1e9f3aee86 Log:

[PHP-CVS] com php-src: Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables): NEWS ext/spl/spl_array.c ext/spl/tests/bug62978.phpt

2012-08-31 Thread Xinchen Hui
Commit:67d7d03f00cb3185a4d5958ab7a4b063fc33405c Author:Xinchen Hui Sat, 1 Sep 2012 14:17:39 +0800 Parents: 5dc2cef370885c552c20f3ff44bccd402850de9e Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=67d7d03f00cb3185a4d5958ab7a4b063fc33405c Log: Fix

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: NEWS ext/spl/spl_array.c

2012-08-31 Thread Xinchen Hui
Commit:863e7e0acbe284d5c7738fa9c601023ad5773d3f Author:Xinchen Hui Sat, 1 Sep 2012 14:27:09 +0800 Parents: e658a91b3d826ea4104b17f3a6123c1e9f3aee86 67d7d03f00cb3185a4d5958ab7a4b063fc33405c Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=863e7e0a

[PHP-CVS] com php-src: Remove extra blank in notice message, should act as same as vm: ext/spl/spl_array.c ext/spl/spl_iterators.c ext/spl/tests/arrayObject___construct_basic2.phpt ext/spl/tests/array

2012-08-31 Thread Xinchen Hui
Commit:f3108b5f818b2757d2e518f37d3927e83858ae4f Author:Xinchen Hui Sat, 1 Sep 2012 14:37:45 +0800 Parents: 863e7e0acbe284d5c7738fa9c601023ad5773d3f Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=f3108b5f818b2757d2e518f37d3927e83858ae4f Log: Rem

[PHP-CVS] com php-src: Merge branch 'PHP-5.4': ext/spl/spl_iterators.c

2012-08-31 Thread Xinchen Hui
Commit:7b5960b08577700275468b396e6f962e0b70 Author:Xinchen Hui Sat, 1 Sep 2012 14:38:33 +0800 Parents: 59e34bad32cecd823577f43756776d6d6936e93e f3108b5f818b2757d2e518f37d3927e83858ae4f Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7b5960b08

Re: [PHP-CVS] com php-src: Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables): NEWS ext/spl/spl_array.c ext/spl/tests/bug62978.phpt

2012-08-31 Thread Laruence
Hi Rms: this bug is a critical one. please notice this fix. :) thanks On Sat, Sep 1, 2012 at 2:21 PM, Xinchen Hui wrote: > Commit:67d7d03f00cb3185a4d5958ab7a4b063fc33405c > Author:Xinchen Hui Sat, 1 Sep 2012 14:17:39 > +0800 > Parents: 5dc2cef370885c552c20f3ff44bccd4028