From: Date: Sun, 16 Apr 2006 05:31:54 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d10e03c482844920585bf65a8b5656c3f08ac132;p=php ChangeLog update --- 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: