]> granicus.if.org Git - php/commitdiff
- Reorder news
authorDerick Rethans <derick@php.net>
Wed, 21 Apr 2004 07:23:40 +0000 (07:23 +0000)
committerDerick Rethans <derick@php.net>
Wed, 21 Apr 2004 07:23:40 +0000 (07:23 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f93dbf3930f43a775cf1b4b042f85ada07be20d1..76eb210fc1d7ae2efb572d9dd54bac052a729760 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ????? 2004, PHP 5 Release Candidate 2
-- Fixed handling of return values from storred procedures in mssql_execute()
-  with multiple result sets returned. (Frank)
-- Fixed bug #28007 (compile mssql extension with old versions of FreeTDS
-  fails). (Frank)
 - Reimplemented zend.ze1_compatibility_mode to have better PHP 4 compliance.
   (Dmitry, Andi)
 - Added pty support to proc_open(). (Wez)
@@ -19,6 +15,10 @@ PHP                                                                        NEWS
   value in the $_FILES global should be used for error handling. (Derick)
 - Changed __construct() to always take precedence over old style constructor.
   (Dmitry)
+- Fixed handling of return values from storred procedures in mssql_execute()
+  with multiple result sets returned. (Frank)
+- Fixed bug #28007 (compile mssql extension with old versions of FreeTDS
+  fails). (Frank)
 - Fixed bug #27997 (SPL: Crash with getInnerIterator()). (Marcus)
 - Fixed bug #27928 (sqlite incorrectly handles invalid filenames). (Ilia)
 - Fixed bug #27865 (STDIN, STDOUT, STDERR are dup()d under CLI). (Wez)