[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/zend_operator

2013-02-24 Thread Gustavo Lopes
On Sun, 24 Feb 2013 06:29:17 +0100, Reeze Xia wrote: I got two tests failed on Mac OS X: ➜ php-src-master git:(master) ✗ cat Zend/tests/dval_to_lval_64.diff 001+ int(-9223372036854775808) 002+ int(-9223372036854775808) 003+ int(-9223372036854775808) 004+ int(-9223372036854775808) 005

[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:re...@php.net)> wrote: > > > I got two tests failed on Mac OS X: > > >