From d10e03c482844920585bf65a8b5656c3f08ac132 Mon Sep 17 00:00:00 2001 From: Date: Sun, 16 Apr 2006 05:31:54 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 14 ++++++++++++++ Zend/ChangeLog | 10 ++++++++++ 2 files changed, 24 insertions(+) diff --git a/ChangeLog b/ChangeLog index 36d028d2cb..02283afed7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-04-15 Antony Dovgal + + * 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 * ZendEngine2/tests/bug34873.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2ef7144623..17a377e0f3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2006-04-15 Antony Dovgal + + * 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 * tests/bug34873.phpt: -- 2.50.1