[PHP-CVS] 回复: [PHP-CVS] Re: 回复: [PHP-CVS] com php-src: Fix zend_dval_to_lval outside 64bit integers range: Zend/tests/bug39018.phpt Zend/tests/dval_to_lval_32.phpt Zend/tests/dval_to_lval_64.phpt Zend

2013-02-24 Thread Reeze Xia
I didn't notice that, The tests passed, thanks! -- reeze | reeze.cn 已使用 Sparrow (http://www.sparrowmailapp.com/?sig) 在 2013年2月25日星期一,上午11:17,Gustavo Lopes 写道: > On Sun, 24 Feb 2013 06:29:17 +0100, Reeze Xia (mailto:[email protected])> wrote: > > > I got two test

[PHP-CVS] 回复: [PHP-CVS] com php-src: Fix zend_dval_to_lval outside 64bit integers range: Zend/tests/bug39018.phpt Zend/tests/dval_to_lval_32.phpt Zend/tests/dval_to_lval_64.phpt Zend/zend_operators.h

2013-02-23 Thread Reeze Xia
MacBookPro.local 12.2.0 Darwin Kernel Version 12.2.0: RELEASE_X86_64 x86_64 -- reeze | reeze.cn 已使用 Sparrow (http://www.sparrowmailapp.com/?sig) 在 2013年2月24日星期日,上午12:23,Gustavo André dos Santos Lopes 写道: > Commit: 77566edbafb969e166239b3fbc929588c6630ee9 > Author: Gustavo Lopes (mail

[PHP-CVS] 回复: [PHP-CVS] com php-src: Fix broken test This was missing a %s for the path here: ext/session/tests/bug60860.phpt

2012-12-16 Thread Reeze Xia
Hi, This test failed with diff: 003+ Fatal error: session_start(): Failed to initialize storage module: user (path: ) in /Users/reeze/Opensource/php-tes t/php-src-master/ext/session/tests/bug60860.php on line 3^M 003- Fatal error: session_start(): Failed to initialize storage module: user

[PHP-CVS] 回复: [PHP-CVS] com php-src: forked two tests for windows: ext/zlib/tests/bug55544-win.phpt ext/zlib/tests/bug55544.phpt ext/zlib/tests/bug_52944-win.phpt ext/zlib/tests/bug_52944.phpt

2012-09-03 Thread Reeze Xia
Hi Anatoliy, I'v attached a patch to https://bugs.php.net/bug.php?id=62962, And I test it on the lastest mac os x 10.8 and 10.7, everything looks fine, anyway it behavior likes windows :) Best, Reeze Xia 在 2012年9月3日星期一,下午9:43,Anatoliy Belsky 写道: > Hi Xia, > > ok, that

[PHP-CVS] 回复: [PHP-CVS] com php-src: forked two tests for windows: ext/zlib/tests/bug55544-win.phpt ext/zlib/tests/bug55544.phpt ext/zlib/tests/bug_52944-win.phpt ext/zlib/tests/bug_52944.phpt

2012-09-03 Thread Reeze Xia
Hi Anatoliy, 在 2012年9月3日星期一,下午7:37,Anatoliy Belsky 写道: > Commit: ff0aa24054c166de64993ef608ccbb8486c64ba5 > Author: Anatoliy Belsky mailto:[email protected])> Mon, 3 Sep 2012 > 13:37:34 +0200 > Parents: 33db8c0ef6f46917349fbe07514a06f4f98bff85 > Branches: PHP-5.4 master > > Link: > http://git.php.

[PHP-CVS] 回复: [PHP-CVS] com php-src: Bug doesn't exists in any release: NEWS

2012-07-18 Thread Reeze
-- Reeze Sent with sparrow 在 2012年7月18日星期三,19:20,Reeze 写道: > > > -- > Reeze > Sent with sparrow > > > 在 2012年7月18日星期三,18:00,Xinchen Hui 写道: > > > Commit: c7c939b5d8b2a8e2d7d72bf83c031005e93cd3fe > > Author: Xinchen Hui Wed,

[PHP-CVS] 回复: [PHP-CVS] com php-src: Bug doesn't exists in any release: NEWS

2012-07-18 Thread Reeze
-- Reeze Sent with sparrow 在 2012年7月18日星期三,18:00,Xinchen Hui 写道: > Commit: c7c939b5d8b2a8e2d7d72bf83c031005e93cd3fe > Author: Xinchen Hui Wed, 18 Jul 2012 18:00:09 +0800 > Parents: c7614a8c19d5d1f366ec219e745760ea2133e5a0 > Branches: PHP-5.4 > > Link: > http

[PHP-CVS] 回复: [PHP-CVS] com php-src: Improve JSON error handling: NEWS ext/json/json.c ext/json/tests/003.phpt ext/json/tests/004.phpt ext/json/tests/bug54058.phpt ext/json/tests/bug61537.phpt ext/jso

2012-06-27 Thread Reeze
-- reeze | reeze.cn 在 2012年6月27日星期三,下午6:21,Nikita Popov 写道: > Commit: 4662151ea7d7b6920d115cf2a2d6e9d4232727a3 > Author: Nikita Popov mailto:[email protected])> Wed, 27 Jun 2012 > 12:19:41 +0200 > Parents: bc0972e78daec4d7b7adccb7116f8ded2ca5044d > Branches: PHP-5.3 PHP-5.4

Re: [PHP-CVS] com php-src: Updated NEWS w.r.t to ext/intl changes: NEWS

2012-05-23 Thread Reeze
-- Reeze Sent with sparrow On 2012年5月23日Wednesday at 19:35, Gustavo André dos Santos Lopes wrote: > Commit: 1c19146f464017a28779446ee0972d1956809d25 > Author: Gustavo André dos Santos Lopes Wed, 23 May 2012 > 13:35:11 +0200 > Parents: 1eff3b01b8e2fdeadc9640ae1a19b8330277ccc

[PHP-CVS] 回复: [PHP-CVS] 回复: com php-src: Implemented FR #61602 Allow access to name of constant used as

2012-05-23 Thread Reeze
Hi Laruence, I'v sent another PR https://github.com/php/php-src/pull/88 to improve the previous commit :) Thanks. -- reeze | reeze.cn 在 2012年5月23日星期三,下午1:29,Laruence 写道: > Hi: > > I am going to revert this , please make a new PR after you fix this. :) > >

[PHP-CVS] 回复: com php-src: Implemented FR #61602 Allow access to name of constant used as

2012-05-22 Thread Reeze
Hi, Nuno, Thanks for reminding, I've attached a patch for this. could you take a look? GET_REFLECTION_OBJECT_PTR used widely, but define yet another macro seems useless, so I expand the macro. Thanks. Best -- reeze | reeze.cn 在 2012年5月23日星期三,上午2:50,Nuno Lopes 写道: >