]> granicus.if.org Git - php/commitdiff
reorder
authorfoobar <sniper@php.net>
Mon, 24 Mar 2003 23:26:32 +0000 (23:26 +0000)
committerfoobar <sniper@php.net>
Mon, 24 Mar 2003 23:26:32 +0000 (23:26 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 96e32761831e05b781f13cfe2f7369c0d7b075b3..7597a6df348e121a24ac4422bb6d65729540ce72 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,15 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 200?, Version 5.0.0
+- Moved extensions to PECL (http://pear.php.net/): (James, Tal)
+  . ext/fribidi
 - Fixed bug #22386 (Using browscap causes segfault). This fix
   also adds an optional bool argument to get_browser() that
   makes the return value an array instead of an object. (jay)
-- Moved extensions to PECL (http://pear.php.net/): (James, Tal)
-  . ext/fribidi
-- Fixed bug #21600 (Assign by reference function call changes variable contents).
-  (Zeev)
 - Fixed bug #22059 (ftp_chdir causes segfault). (Sara)
 - Fixed bug #21985 and #22064 (various mb_send_mail() issues). (Moriyoshi)
+- Fixed bug #21600 (Assign by reference function call changes variable contents).
+  (Zeev)
 - Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia)
 - Fixed bug #20155 (xmlrpc compile problem with ZE2). (Derick, Jan Schneider)
 - Changed the length parameter in fgetss() to be optional. (Moriyoshi)