+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)