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-
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
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
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