summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2003-04-08 19:43:56 +0000
committerChristian Stocker <chregu@php.net>2003-04-08 19:43:56 +0000
commit7467ad8c4739234796aea7994b44d24aa23e0dda (patch)
tree486e248abdb82209737b55b5800f6018aafdfd1e
parent7a14e6358a1e24505c8337759842e126ea5a20ff (diff)
downloadphp-git-7467ad8c4739234796aea7994b44d24aa23e0dda.tar.gz
domdocument->free() was MFHd to PHP_4_3 branch.
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2a246ec629..792fdd966e 100644
--- a/NEWS
+++ b/NEWS
@@ -21,8 +21,8 @@ PHP NEWS
- Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick)
- Changed uniqid() parameters to be optional and allow any prefix length. (Marcus)
- Added context options to http_fopen_wrapper 'method', 'header', 'content'. (Sara)
-- Added domdocument->create_document_fragment(), documentfragment->open_mem() and
- domdocument->free() methods to domxml. (Rob Richards, Chregu)
+- Added domdocument->create_document_fragment() and documentfragment->open_mem()
+ methods to domxml. (Rob Richards, Chregu)
- Added domelement->set_attribute_node() method (bug #17638). (Rob Richards)
- Added optional parameter to get_browser() to make it return an array. (Jay)
- Added optional parameter to openssl_sign() to specify the hashing algorithm.