]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 14 Mar 2009 01:33:08 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Sat, 14 Mar 2009 01:33:08 +0000 (01:33 +0000)
ChangeLog

index 560b4ad0550043ff8d47f7c89c0945dfdfd3d43a..34712d48083f225a786208c82fe41d824f6f33f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2009-03-13  Stanislav Malyshev  <stas@zend.com>
+
+    * (PHP_5_2)
+      NEWS:
+      record new curl options
+
+    * ext/curl/interface.c
+      ext/curl/interface.c
+      ext/curl/interface.c:
+      add new CURL options
+
+2009-03-13  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/libxml/libxml.c:
+      add LIBXML_LOADED_VERSION constant that contains currently loaded libxml2
+      version
+      add libxml2 version being used to info output
+
+    * (PHP_5_2)
+      win32/build/config.w32:
+      fix build for VC9
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+    * ext/dom/attr.c
+      ext/dom/attr.c
+      ext/dom/document.c
+      ext/dom/document.c
+      ext/dom/node.c
+      ext/dom/node.c
+      ext/dom/tests/bug47430.phpt
+      ext/dom/tests/bug47430.phpt:
+      MFB: fix bug #47430 (Errors after writing to nodeValue parameter of an
+      absent previousSibling)
+      add test
+
+    * (PHP_5_2)
+      ext/dom/attr.c
+      ext/dom/document.c
+      ext/dom/node.c
+      ext/dom/tests/bug47430.phpt
+      ext/dom/tests/bug47430.phpt
+      ext/dom/tests/bug47430.phpt:
+      fix bug #47430 (Errors after writing to nodeValue parameter of an absent
+      previousSibling)
+      add test
+
 2009-03-12  Christopher Jones  <christopher.jones@oracle.com>
 
     * (PHP_5_3)