]> granicus.if.org Git - php/commitdiff
Sort alphabetically
authorDerick Rethans <github@derickrethans.nl>
Sun, 2 Mar 2014 19:13:26 +0000 (14:13 -0500)
committerDerick Rethans <github@derickrethans.nl>
Sun, 2 Mar 2014 19:15:30 +0000 (14:15 -0500)
NEWS

diff --git a/NEWS b/NEWS
index 3ba4a1cefa6e3aa7da3ba1257e3a5dac119dea3e..cbd2247cbefbccc85e4ad723441d33ea81ccedc5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,18 +2,19 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2014, PHP 5.6.0 Beta 1
 
-- MySQLi:
-  . Fixed bug #66762i (Segfault in mysqli_stmt::bind_result() when link closed)
-  (Remi)
+- Core:
+  . Allow zero length comparison in substr_compare() (Tjerk)
+
+- cURL:
+  . Fixed bug #66109 (Can't reset CURLOPT_CUSTOMREQUEST to default behaviour)
+    (Tjerk)
 
 - Mail:
   . Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk)
 
-- cURL:
-  . Fixed bug #66109 (Can't reset CURLOPT_CUSTOMREQUEST to default behaviour) (Tjerk)
-
-- Core:
-  . Allow zero length comparison in substr_compare() (Tjerk)
+- MySQLi:
+  . Fixed bug #66762i (Segfault in mysqli_stmt::bind_result() when link closed)
+    (Remi)
 
 - Openssl:
   . Fixed memory leak in windows cert verification on verify failure.