]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 30 Mar 2008 01:31:31 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sun, 30 Mar 2008 01:31:31 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 4f7e2c5df7a53994f48e468cec19d271d2ada6a8..8efad17302153a5f4aa5643747d4e759dd397c45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-03-29  Felipe Pena  <felipensp@gmail.com>
+
+    * 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  <felipensp@gmail.com>
 
     * NEWS:
index 623c2be66a0808b8f83bf08c81f7b7b3a61d9a32..169ba73965281f3a45ad436ba4438ab1b3eca1f3 100644 (file)
@@ -1,3 +1,9 @@
+2008-03-29  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      zend_compile.h:
+      Fix for segfault on 64bit platform
+
 2008-03-28  Felipe Pena  <felipensp@gmail.com>
 
     * (PHP_5_3)