]> granicus.if.org Git - php/commitdiff
update NEWS(add missing entry for the enchant fix, and reorder the entries a bit)
authorFerenc Kovacs <tyrael@php.net>
Wed, 18 Feb 2015 18:52:00 +0000 (19:52 +0100)
committerFerenc Kovacs <tyrael@php.net>
Wed, 18 Feb 2015 18:52:00 +0000 (19:52 +0100)
NEWS

diff --git a/NEWS b/NEWS
index a64fd8790dfc78f36dc14ad30c09938c7237b474..e08207da5562a1a84c89d6cea462ece76e304063 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -45,9 +45,9 @@
 - Dba:
   . Fixed bug #68711 (useless comparisons). (bugreports at internot dot info)
 
-- JSON:
-  . Fixed bug #50224 (json_encode() does not always encode a float as a float)
-    by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso)
+- Enchant:
+  . Fixed bug #68552 (heap buffer overflow in enchant_broker_request_dict()).
+    (Antony)
 
 - Fileinfo:
   . Fixed bug #68827 (Double free with disabled ZMM). (Joshua Rogers)
   . Fixed bug #68571 (core dump when webserver close the socket).
     (redfoxli069 at gmail dot com, Laruence)
 
+- JSON:
+  . Fixed bug #50224 (json_encode() does not always encode a float as a float)
+    by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso)
+
 - LIBXML:
   . Fixed bug #64938 (libxml_disable_entity_loader setting is shared
     between threads). (Martin Jansen)
 
+- Mysqli:
+  . Fixed bug #68114 (linker error on some OS X machines with fixed
+    width decimal support) (Keyur Govande)
+  . Fixed bug #68657 (Reading 4 byte floats with Mysqli and libmysqlclient
+    has rounding errors) (Keyur Govande)
+
 - Opcache:
   . Fixed bug with try blocks being removed when extended_info opcode
     generation is turned on. (Laruence)
   . Fixed bug #69033 (Request may get env. variables from previous requests
     if PHP works as FastCGI). (Anatol)
 
-- Mysqli:
-  . Fixed bug #68114 (linker error on some OS X machines with fixed
-    width decimal support) (Keyur Govande)
-  . Fixed bug #68657 (Reading 4 byte floats with Mysqli and libmysqlclient
-    has rounding errors) (Keyur Govande)
-
 - Streams:
   . Fixed bug which caused call after final close on streams filter. (Bob)