Skip to content

Commit 73a9c70

Browse files
committed
update NEWS(add missing entry for the enchant fix, and reorder the entries a bit)
1 parent 3261995 commit 73a9c70

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

NEWS

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
- Dba:
4646
. Fixed bug #68711 (useless comparisons). (bugreports at internot dot info)
4747

48-
- JSON:
49-
. Fixed bug #50224 (json_encode() does not always encode a float as a float)
50-
by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso)
48+
- Enchant:
49+
. Fixed bug #68552 (heap buffer overflow in enchant_broker_request_dict()).
50+
(Antony)
5151

5252
- Fileinfo:
5353
. Fixed bug #68827 (Double free with disabled ZMM). (Joshua Rogers)
@@ -61,10 +61,20 @@
6161
. Fixed bug #68571 (core dump when webserver close the socket).
6262
(redfoxli069 at gmail dot com, Laruence)
6363

64+
- JSON:
65+
. Fixed bug #50224 (json_encode() does not always encode a float as a float)
66+
by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso)
67+
6468
- LIBXML:
6569
. Fixed bug #64938 (libxml_disable_entity_loader setting is shared
6670
between threads). (Martin Jansen)
6771

72+
- Mysqli:
73+
. Fixed bug #68114 (linker error on some OS X machines with fixed
74+
width decimal support) (Keyur Govande)
75+
. Fixed bug #68657 (Reading 4 byte floats with Mysqli and libmysqlclient
76+
has rounding errors) (Keyur Govande)
77+
6878
- Opcache:
6979
. Fixed bug with try blocks being removed when extended_info opcode
7080
generation is turned on. (Laruence)
@@ -94,12 +104,6 @@
94104
. Fixed bug #69033 (Request may get env. variables from previous requests
95105
if PHP works as FastCGI). (Anatol)
96106

97-
- Mysqli:
98-
. Fixed bug #68114 (linker error on some OS X machines with fixed
99-
width decimal support) (Keyur Govande)
100-
. Fixed bug #68657 (Reading 4 byte floats with Mysqli and libmysqlclient
101-
has rounding errors) (Keyur Govande)
102-
103107
- Streams:
104108
. Fixed bug which caused call after final close on streams filter. (Bob)
105109

0 commit comments

Comments
 (0)