Re: [PHP-DEV] GCC / Rounding Problem

2007-01-22 Thread Derick Rethans
On Tue, 16 Jan 2007, Luca Longinotti wrote: > Christian Schneider wrote: > > Do you think the configure script should be changed? I'm not sure if my > > version of the test works on the system where the original test was > > developed. > > https://overlays.gentoo.org/proj/php/browser/patches/php-

[Fwd: Re: [PHP-DEV] GCC / Rounding Problem]

2007-01-17 Thread Christian Schneider
Any chance this patch makes it into 4.4.5? - Chris Original-Nachricht Betreff: Re: [PHP-DEV] GCC / Rounding Problem Datum: Tue, 16 Jan 2007 16:50:31 +0100 Von: [EMAIL PROTECTED] (Luca Longinotti) https://overlays.gentoo.org/proj/php/browser/patches/php-patches/4.4.4/4.4.4

Re: [PHP-DEV] GCC / Rounding Problem

2007-01-16 Thread Luca Longinotti
Christian Schneider wrote: > Do you think the configure script should be changed? I'm not sure if my > version of the test works on the system where the original test was > developed. https://overlays.gentoo.org/proj/php/browser/patches/php-patches/4.4.4/4.4.4/php4.4.4-gcc_inline_floor.patch That

[PHP-DEV] GCC / Rounding Problem

2007-01-16 Thread Christian Schneider
I tracked down the failure of test ext/standard/tests/math/bug24142.phpt when I tried PHP 4.4.5RC1 and found out the following: The brokenness test in the configure script, namely #include int main() { return floor(0.045*pow(10,2) + 0.5)/10.0 != 0.5; } didn't work properly for me. I chan