diff options
author | Christian Stocker <chregu@php.net> | 2003-04-08 18:44:31 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2003-04-08 18:44:31 +0000 |
commit | 00a18c470d971d71083d6003db0dba136c676f2c (patch) | |
tree | c7c1b0b353a168f51405ddb8a03523be576a95e5 | |
parent | 591863d4b0e54df0e76e0b00b27b44657780f8e0 (diff) | |
download | php-git-00a18c470d971d71083d6003db0dba136c676f2c.tar.gz |
NEWS entry fixes for domxml (more readable hopefully...)
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,9 +21,9 @@ 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 domxml_doc_create_document_fragment() and - domxml_document_fragment_open_mem() methods. (Christian) -- Added domxml_elem_set_attribute_node() method (bug #17638). (Rob Richards) +- Added domdocument->create_document_fragment(), documentfragment->open_mem() and + domdocument->free() 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. (scott@planetscott.ca, Derick) |