]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 29 Aug 2005 05:39:09 +0000 (05:39 +0000)
committer <changelog@php.net> <>
Mon, 29 Aug 2005 05:39:09 +0000 (05:39 +0000)
ChangeLog

index 373c21fa385627664ba27155e32221640574c6c9..b7760d136d186bb2e29a092c2fd2f2533e345d4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2005-08-28  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * (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  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS:
+      Upgraded bundled SQLite library for PDO:SQLite to 3.2.5
+
+2005-08-28  Rob Richards  <rrichards@ctindustries.net>
+
+    * (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  <jani.taskinen@sci.fi>
+
+    * (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  <rollandsantimano@yahoo.com>
 
     * ext/standard/string.c: