]> git.pld-linux.org Git - packages/php.git/blob - php-bug-float.patch
- rel 3; famous float bug on 32bit matchines fix
[packages/php.git] / php-bug-float.patch
1 --- PHP_5_3/Zend/zend_strtod.c  2011/01/04 22:01:09     307094
2 +++ PHP_5_3/Zend/zend_strtod.c  2011/01/04 22:36:23     307095
3 @@ -2035,7 +2035,7 @@
4         int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, dsign,
5                 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign;
6         CONST char *s, *s0, *s1;
7 -       double aadj, aadj1, adj;
8 +       volatile double aadj, aadj1, adj;
9         volatile _double rv, rv0;
10         Long L;
11         ULong y, z;
This page took 0.019769 seconds and 3 git commands to generate.