diff options
author | Anatol Belski <ab@php.net> | 2015-01-22 10:01:16 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-01-22 10:01:16 +0100 |
commit | a97ca0a452bb93300e21d69f15921a9247d97ef9 (patch) | |
tree | 9bb44f365016573142239668f9abfb20a181ca5d | |
parent | d0e75bdc591ea8d33a1b4d4cef3877583b8775e0 (diff) | |
download | php-git-a97ca0a452bb93300e21d69f15921a9247d97ef9.tar.gz |
updated NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ . Fixed bug #50224 (json_encode() does not always encode a float as a float) by adding JSON_PRESERVE_ZERO_FRACTION. (Juan Basso) +- Fileinfo: + . Fixed bug #68827 (Double free with disabled ZMM). (Joshua Rogers) + - Opcache: . Fixed bug with try blocks being removed when extended_info opcode generation is turned on. (Laruence) |