helly Sun Apr 4 08:31:38 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard config.m4 Log: MFH: Add comment http://cvs.php.net/diff.php/php-src/ext/standard/config.m4?r1=1.47.2.12&r2=1.47.2.13&ty=u Index: php-src/ext/standard/config.m4 diff -u php-src/ext/standard/config.m4:1.47.2.12 php-src/ext/standard/config.m4:1.47.2.13 --- php-src/ext/standard/config.m4:1.47.2.12 Sun Apr 4 06:24:09 2004 +++ php-src/ext/standard/config.m4 Sun Apr 4 08:31:38 2004 @@ -1,4 +1,4 @@ -dnl $Id: config.m4,v 1.47.2.12 2004/04/04 10:24:09 abies Exp $ -*- sh -*- +dnl $Id: config.m4,v 1.47.2.13 2004/04/04 12:31:38 helly Exp $ -*- sh -*- divert(3)dnl @@ -353,6 +353,7 @@ int main(int argc, char** argv) { #if defined(__sparc__) && !(__GNUC__ >= 3) + /* prevent bug #27830 */ return 1; #else return zend_isinf(HUGE_VAL) && zend_isnan(HUGE_VAL + -HUGE_VAL) ? 0 : 1;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php