diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2016-09-06 18:29:00 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2016-09-06 18:29:00 +0900 |
commit | 0adf9191adfbf26d071a86cc5814da822a994edf (patch) | |
tree | 8340677248247565babca7ddd325ac4be9dd3fdd | |
parent | 012232b9a45af94af20ff32a6a8adb1172151889 (diff) | |
download | php-git-0adf9191adfbf26d071a86cc5814da822a994edf.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ PHP NEWS . Fixed bug #67325 (imagetruecolortopalette: white is duplicated in palette). (cmb) +- Mbstring + . Fixed bug #66964 (mb_convert_variables() cannot detect recursion) (Yasuo) + - Opcache: . Fixed bug #72982 (Memory leak in zend_accel_blacklist_update_regexp() function). (Laruence) |