From 797f64e7bd4988ef088d97398f4af7eba0084808 Mon Sep 17 00:00:00 2001 From: Date: Sun, 30 Mar 2008 01:31:31 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 11 +++++++++++ Zend/ChangeLog | 6 ++++++ 2 files changed, 17 insertions(+) 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) -- 2.40.0