1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

ChangeLog update

This commit is contained in:
2009-03-14 01:33:08 +00:00
parent 878b8c62b8
commit f30295af9c
+49
View File
@@ -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)