]> git.pld-linux.org Git - packages/php.git/blame - php-bug-float.patch
- famous float bug on 32bit matchines fix
[packages/php.git] / php-bug-float.patch
CommitLineData
eef1884b
AM
1--- PHP_5_2/Zend/zend_strtod.c 2011/01/04 22:01:09 307094
2+++ PHP_5_2/Zend/zend_strtod.c 2011/01/04 22:36:23 307095
e07925ee 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.030609 seconds and 4 git commands to generate.