From: Date: Sun, 30 Mar 2008 01:31:31 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0b1~532 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=797f64e7bd4988ef088d97398f4af7eba0084808;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4f7e2c5df7..8efad17302 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-03-29 Felipe Pena + + * ext/standard/type.c: + - Fixed bug #44533 (floatval() issues E_NOTICE "non well formed numeric + value") + (Keep the old behavior, as other related functions) + + * (PHP_5_3) + ZendEngine2/zend_compile.h: + Fix for segfault on 64bit platform + 2008-03-28 Felipe Pena * NEWS: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 623c2be66a..169ba73965 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2008-03-29 Felipe Pena + + * (PHP_5_3) + zend_compile.h: + Fix for segfault on 64bit platform + 2008-03-28 Felipe Pena * (PHP_5_3)