From: foobar Date: Thu, 3 Apr 2003 11:04:16 +0000 (+0000) Subject: reorder X-Git-Tag: RELEASE_0_5~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7041314bbcd9d180e6b17786277208d5402209b;p=php reorder --- diff --git a/NEWS b/NEWS index 4fe5694f30..5f02bbfa97 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 5.0.0 -- Added domxml_elem_set_attribute_node() method (bug #17638). (Rob Richards) - Fixed bug #23009 (pg_select with timestamp). (Marcus, Jay) - Moved extensions to PECL (http://pear.php.net/): (James, Tal) . ext/fribidi @@ -22,6 +21,7 @@ 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_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. (scott@planetscott.ca, Derick)