Re: [PHP-CVS] com php-src: Added test for bug #51353. It'll be skipped by default and must be activated manually.: ext/zip/tests/bug51353.phpt

2012-08-22 Thread Anatoliy Belsky
Hi Chris, I've thought about that but the test takes about 20 minutes on my laptop, that's pretty long. Do you think it'd be still ok? Regards Anatoliy Am Mi, 22.08.2012, 02:18 schrieb Christopher Jones: On 8/21/12 4:22 AM, Anatoliy Belsky wrote: Commit:

[PHP-CVS] com php-src: Fixed bug #62313 Zend\tests\errmsg_021.phpt fails: Zend/zend_API.c

2012-08-22 Thread Anatoliy Belsky
Commit:22f55d56659d31a3546556dd39f3833af6d1fa3d Author:Anatoliy Belsky a...@php.net Wed, 22 Aug 2012 11:43:12 +0200 Parents: 4e561055a46fc68077300b8ec25490a198e82560 Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: stash: Zend/zend_compile.c Zend/zend_compile.h Zend/zend_opcode.c Zend/zend_vm_def.h Zend/zend_vm_execute.h

2012-08-22 Thread Xinchen Hui
Commit:703a4e390de277afb85d722a0792912d0b2d2d46 Author:Xinchen Hui larue...@php.net Wed, 22 Aug 2012 13:51:44 +0800 Parents: c4fecc1c5d44481a4088f6028ce6910f2ce4e0dc Branches: master Link:

Re: [PHP-CVS] com php-src: stash: Zend/zend_compile.c Zend/zend_compile.h Zend/zend_opcode.c Zend/zend_vm_def.h Zend/zend_vm_execute.h

2012-08-22 Thread Laruence
Hi: weird, I dont know why this was pushed... this should only exists on my local branch sorry On Wed, Aug 22, 2012 at 1:51 PM, Xinchen Hui larue...@php.net wrote: Commit:703a4e390de277afb85d722a0792912d0b2d2d46 Author:Xinchen Hui larue...@php.net Wed, 22 Aug 2012

Re: [PHP-CVS] com php-src: stash: Zend/zend_compile.c Zend/zend_compile.h Zend/zend_opcode.c Zend/zend_vm_def.h Zend/zend_vm_execute.h

2012-08-22 Thread Laruence
Hi: it was pushed by accident, when I did merge local branch 'finally'. ignore it is okey. thanks On Wed, Aug 22, 2012 at 6:38 PM, Laruence larue...@php.net wrote: Hi: weird, I dont know why this was pushed... this should only exists on my local branch sorry On Wed, Aug

[PHP-CVS] com php-src: - Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing trait methods as private): Zend/tests/bug62892.phpt ext/reflection/php_reflection.c

2012-08-22 Thread Felipe Pena
Commit:7a56ac00a04d4fc72052bb679626e723da3eef44 Author:Felipe Pena felipe...@gmail.com Wed, 22 Aug 2012 10:50:50 -0300 Parents: 22f55d56659d31a3546556dd39f3833af6d1fa3d Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: - BFN: NEWS

2012-08-22 Thread Felipe Pena
Commit:b721ed57eb767dd14630aef375cec5a729245d62 Author:Felipe Pena felipe...@gmail.com Wed, 22 Aug 2012 10:54:14 -0300 Parents: 7a56ac00a04d4fc72052bb679626e723da3eef44 Branches: PHP-5.4 Link:

[PHP-CVS] com php-src: - Fix NEWS: NEWS

2012-08-22 Thread Felipe Pena
Commit:fbacf9c237f4fb60af453ff77c08e7513ec93024 Author:Felipe Pena felipe...@gmail.com Wed, 22 Aug 2012 11:19:42 -0300 Parents: b721ed57eb767dd14630aef375cec5a729245d62 Branches: PHP-5.4 Link:

[PHP-CVS] com php-src: WTF?: NEWS

2012-08-22 Thread Sebastian Bergmann
Commit:a90170e6f803f283d6c8e4e8d6b7bd8b7bd011a4 Author:Sebastian Bergmann sebast...@php.net Wed, 22 Aug 2012 11:19:29 +0200 Parents: 596e855feb6855c236552c792d45c6259dcee406 Branches: master Link:

[PHP-CVS] com php-src: plug a leak when the server ask the client for a auth protocol, that the client doesn't understand. This is 5.5 specific bug, as a result of a refactoring in 5.5: ext/mysqlnd/my

2012-08-22 Thread Andrey Hristov
Commit:815874c646468f73d4bba3619543ab047873b5e7 Author:andrey and...@php.net Wed, 22 Aug 2012 20:04:42 +0200 Parents: a90170e6f803f283d6c8e4e8d6b7bd8b7bd011a4 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=815874c646468f73d4bba3619543ab047873b5e7

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/intl/dateformat/dateformat_class.c ext/intl/formatter/formatter_class.c ext/intl/msgformat/msgformat_class.c ext/intl/resourcebundle/res

2012-08-22 Thread Gustavo André dos Santos Lopes
Commit:87803ace94454a71a04c87f85c938ceffc100bcf Author:Gustavo Lopes glo...@nebm.ist.utl.pt Wed, 22 Aug 2012 22:37:52 +0200 Parents: fbacf9c237f4fb60af453ff77c08e7513ec93024 a5d0c1e21b9fa166d8fe5ec7d52a24a5f7adc107 Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: Update NEWS given a5d0c1e2: NEWS

2012-08-22 Thread Gustavo André dos Santos Lopes
Commit:ca4dd76160568ea30227469535431df12f4f5c27 Author:Gustavo Lopes glo...@nebm.ist.utl.pt Wed, 22 Aug 2012 23:04:46 +0200 Parents: a5d0c1e21b9fa166d8fe5ec7d52a24a5f7adc107 Branches: PHP-5.3 Link:

[PHP-CVS] com php-src: Fix handling of several uinitialized intl objects: ext/intl/dateformat/dateformat_create.cpp

2012-08-22 Thread Gustavo André dos Santos Lopes
Commit:b9eae3d67c10ccaf83e85e3604f276f0ffae Author:Gustavo Lopes glo...@nebm.ist.utl.pt Tue, 21 Aug 2012 23:21:59 +0200 Parents: fcd4420dbf51b8d343894bb852556cc2ccc462e3 Branches: master Link:

[PHP-CVS] com php-src: Fix handling of several uinitialized intl objects: ext/intl/spoofchecker/spoofchecker_class.h ext/intl/spoofchecker/spoofchecker_create.c

2012-08-22 Thread Gustavo André dos Santos Lopes
Commit:cd1f45b3be2e630aab32f58770124d38661b518e Author:Gustavo Lopes glo...@nebm.ist.utl.pt Wed, 22 Aug 2012 22:38:31 +0200 Parents: 87803ace94454a71a04c87f85c938ceffc100bcf Branches: PHP-5.4 master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.4': ext/intl/collator/collator_create.c ext/intl/dateformat/dateformat_attr.c ext/intl/dateformat/dateformat_class.c ext/intl/dateformat/dateformat_class.h e

2012-08-22 Thread Gustavo André dos Santos Lopes
Commit:fcd4420dbf51b8d343894bb852556cc2ccc462e3 Author:Gustavo Lopes glo...@nebm.ist.utl.pt Wed, 22 Aug 2012 22:53:07 +0200 Parents: 815874c646468f73d4bba3619543ab047873b5e7 cd1f45b3be2e630aab32f58770124d38661b518e Branches: master Link:

[PHP-CVS] com php-src: - Fixed ZTS build: ext/intl/msgformat/msgformat_class.c

2012-08-22 Thread Felipe Pena
Commit:b98fc4379f1279a06fa01a90e79f2145d9498be0 Author:Felipe Pena felipe...@gmail.com Wed, 22 Aug 2012 19:39:57 -0300 Parents: cd1f45b3be2e630aab32f58770124d38661b518e Branches: PHP-5.4 master Link: