]> granicus.if.org Git - php/commitdiff
reorder
authorfoobar <sniper@php.net>
Sun, 6 Apr 2003 12:04:21 +0000 (12:04 +0000)
committerfoobar <sniper@php.net>
Sun, 6 Apr 2003 12:04:21 +0000 (12:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c37937c6ef50e7b86147a989a999ad28b0fbc2a8..706241f00a35149e443ddd751de766733ba1cb47 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 200?, Version 5.0.0
-- Added domxml_doc_create_document_fragment() and
-  domxml_document_fragment_open_mem(string) method (Christian)
 - Fixed bug #23009 (pg_select with timestamp). (Marcus, Jay)
 - Moved extensions to PECL (http://pear.php.net/): (James, Tal)
   . ext/fribidi
@@ -23,6 +21,8 @@ PHP                                                                        NEWS
 - Changed array_search() to accept also objects as a needle. (Moriyoshi)
 - 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 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 optional parameter to get_browser() to make it return an array. (Jay)
 - Added optional parameter to openssl_sign() to specify the hashing algorithm.