]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 16 Apr 2006 05:31:54 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Sun, 16 Apr 2006 05:31:54 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index 36d028d2cb95d84371ceb984959c0d7f1527f0e6..02283afed717e00f969c4630e332869b7e4eb3d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2006-04-15  Antony Dovgal  <antony@zend.com>
+
+    * ext/sqlite/sqlite.c:
+      fix compile failure
+
+    * ZendEngine2/zend_strtod.c:
+      MF51: fix #37062 (compile failure on ARM architecture)
+
+    * (PHP_5_1)
+      NEWS
+      ZendEngine2/zend_strtod.c:
+      fix #37062 (compile failure on ARM architecture)
+      if ARM is big endian - don't define IEEE_LITTLE_ENDIAN
+
 2006-04-14  Antony Dovgal  <antony@zend.com>
 
     * ZendEngine2/tests/bug34873.phpt:
index 2ef7144623968df3424aecbe955a296513d6cbb5..17a377e0f3977b84f048ffb96e62193bff6637b4 100644 (file)
@@ -1,3 +1,13 @@
+2006-04-15  Antony Dovgal  <antony@zend.com>
+
+    * zend_strtod.c:
+      MF51: fix #37062 (compile failure on ARM architecture)
+
+    * (PHP_5_1)
+      zend_strtod.c:
+      fix #37062 (compile failure on ARM architecture)
+      if ARM is big endian - don't define IEEE_LITTLE_ENDIAN
+
 2006-04-14  Antony Dovgal  <antony@zend.com>
 
     * tests/bug34873.phpt: