From: Date: Tue, 20 Dec 2005 06:31:44 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_4~315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6967b7e12555a0aa7699ec97163d27621331c3ef;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index bfe3188391..61b894c0ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2005-12-19 Jani Taskinen + + * (PHP_4_4) + ext/mcve/config.m4: + - Remove bad egrep check (done in configure.in already) + + * (PHP_4_4) + NEWS + acinclude.m4 + build/libtool.m4: + - Fixed bug #35735 ($EGREP and $SED are not defined in configure) + +2005-12-19 Rob Richards + + * (PHP_5_1) + NEWS: + BFN + + * (PHP_5_1) + ext/xml/compat.c + ext/xml/tests/bug35447.phpt: + MFH: Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM) + add test + + * ext/xml/compat.c + ext/xml/tests/bug35447.phpt + ext/xml/tests/bug35447.phpt: + Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM) + add test + 2005-12-18 Jani Taskinen * (PHP_5_1)