From: Date: Mon, 29 Aug 2005 05:39:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_OCI8_EXTENSION~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c8af3ec4928b6f2be568536dde92bd9e4af58f1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 373c21fa38..b7760d136d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2005-08-28 Wez Furlong + + * (PHP_5_0) + ext/sqlite/config.m4: + Fixes --enable-sqlite=shared when doing so as part of the php distro + +2005-08-28 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 + +2005-08-28 Rob Richards + + * (PHP_5_1) + NEWS: + BFN + + * (PHP_5_1) + ext/dom/element.c + ext/dom/tests/bug34276.phpt: + MFH: Fixed bug #34276 (setAttributeNS doesn't work with default namespace) + Add test + + * ext/dom/tests/bug34276.phpt + ext/dom/tests/bug34276.phpt: + + Fixed bug #34276 (setAttributeNS doesn't work with default namespace) + Add test + + * ext/dom/element.c: + Fixed bug #34276 (setAttributeNS doesn't work with default namespace) + Add test + +2005-08-28 Jani Taskinen + + * (PHP_5_1) + NEWS: + Nuke misinformation + + * (PHP_5_1) + configure.in: + This is no longer required + + * (PHP_5_1) + NEWS + ext/standard/info.c + ext/standard/info.c: + - Fixed bug #34284 (CLI phpinfo showing html on _SERVER["argv"]) + + * ext/xmlrpc/config.m4: + - Fixed bug #34221 (Compiling xmlrpc as shared fails other parts) + 2005-08-27 Rolland Santimano * ext/standard/string.c: