From: Derick Rethans Date: Thu, 16 Dec 2004 10:38:16 +0000 (+0000) Subject: - Fixed bug #31110 and #31111 (Zend/zend_strtod.c problems) X-Git-Tag: php-4.3.11RC1~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66e397f2c9bd8890614a73026b6010e0b2130e62;p=php - Fixed bug #31110 and #31111 (Zend/zend_strtod.c problems) --- diff --git a/NEWS b/NEWS index 2a47c3a15c..2090547ef0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, Version 4.3.11 +- Fixed bug #31111 (Compile failure of zend_strtod.c). (Derick) +- Fixed bug #31110 (PHP 4.3.10 does not compile on Tru64 UNIX 5.1B). (Derick) - Fixed bug #31056 (php_std_date() returns invalid formatted date if y2k_compliance is On). (Ilia)