Re: [PHP-CVS] com php-src: Fixed bug #64142 (dval to lval different behavior on ppc64): NEWS Zend/zend_operators.h

2013-02-05 Thread Remi Collet
Le 05/02/2013 08:25, Rasmus Lerdorf a écrit : On 02/04/2013 06:19 AM, Remi Collet wrote: Commit:6533094d9e4d0c85044a170d9fad9a3986a68675 Author:Remi Collet r...@php.net Mon, 4 Feb 2013 15:19:32 +0100 Parents: 740b823be80a29e4c6537d4053eb7bad0fae6c41 Branches: PHP-5.4

Re: [PHP-CVS] com php-src: Fixed bug #64142 (dval to lval different behavior on ppc64): NEWS Zend/zend_operators.h

2013-02-05 Thread Remi Collet
Le 05/02/2013 08:54, Stas Malyshev a écrit : Hi! -if (d LONG_MAX) { +if (d = LONG_MAX) { return (long)(unsigned long) d; } return (long) d; Could you please explain this one? I thought LONG_MAX is a largest permissible long value, why when d==LONG_MAX we

Re: [PHP-CVS] com php-src: Fixed bug #64142 (dval to lval different behavior on ppc64): NEWS Zend/zend_operators.h

2013-02-05 Thread Rasmus Lerdorf
On 02/05/2013 12:33 AM, Remi Collet wrote: Le 05/02/2013 08:54, Stas Malyshev a écrit : Hi! - if (d LONG_MAX) { + if (d = LONG_MAX) { return (long)(unsigned long) d; } return (long) d; Could you please explain this one? I thought LONG_MAX is a largest

[PHP-CVS] com php-src: Update config.guess to latest GPLv2 upstream version: config.guess

2013-02-05 Thread Ard Biesheuvel
Commit:72a728872b0827b83c48e16812d746585b72303a Author:Ard Biesheuvel ard.biesheu...@linaro.org Tue, 5 Feb 2013 10:23:35 +0100 Parents: c2a2f5e3ff77bbb851c02c5497e3e76f94b429ba Branches: master Link:

[PHP-CVS] com php-src: Add ARM optimized versions of safe_address(): Zend/zend_alloc.c

2013-02-05 Thread Ard Biesheuvel
Commit:d0e0a51c4c6f7fd318e97a200a990fbb54cf3852 Author:Ard Biesheuvel ard.biesheu...@linaro.org Tue, 5 Feb 2013 12:14:55 +0100 Parents: 72a728872b0827b83c48e16812d746585b72303a Branches: master Link:

[PHP-CVS] com php-src: revert: NEWS Zend/zend_operators.h

2013-02-05 Thread Remi Collet
Commit:e7ce002c01945438fc3d4e10356f7e3241240deb Author:Remi Collet r...@php.net Tue, 5 Feb 2013 12:28:47 +0100 Parents: 6533094d9e4d0c85044a170d9fad9a3986a68675 Branches: PHP-5.4 PHP-5.5 master Link:

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

2013-02-05 Thread Remi Collet
Commit:02ae4522f5fba7564fe5529950862dc0da1af5d7 Author:Remi Collet r...@php.net Tue, 5 Feb 2013 12:29:21 +0100 Parents: 7b75a941ef2d3062557e4d5f746e9d6de39b6900 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: Zend/zend_operators.h

2013-02-05 Thread Remi Collet
Commit:7b75a941ef2d3062557e4d5f746e9d6de39b6900 Author:Remi Collet r...@php.net Tue, 5 Feb 2013 12:29:01 +0100 Parents: 6585a7bd7904fac22640eb38a7eab53fe8efc19a e7ce002c01945438fc3d4e10356f7e3241240deb Branches: PHP-5.5 master Link:

Re: [PHP-CVS] com php-src: Fixed bug #64142 (dval to lval different behavior on ppc64): NEWS Zend/zend_operators.h

2013-02-05 Thread Remi Collet
After more test and looking better Test result on ppc64 max, 0, =1 9223372036854775808., 9223372036854775807, 0x7fff 9223372036854775808., -9223372036854775808, 0x8000 max+1, 0, =1 9223372036854775808.,