summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2019-01-02 12:10:23 +0800
committerXinchen Hui <laruence@gmail.com>2019-01-02 12:10:23 +0800
commit703ccd5d2738d79e5df1a7f30cff7efd18c9d1bd (patch)
tree3fc8a4a61688691ac626bb33fb0f3a8296d4edcf
parente527626d9f7eb3b4f7acfd84654c44b69ebda409 (diff)
downloadphp-git-703ccd5d2738d79e5df1a7f30cff7efd18c9d1bd.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1567213e1e..f106d11787 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,9 @@ PHP NEWS
. Fixed bug #77359 (spl_autoload causes segfault). (Lauri Kenttä)
. Fixed bug #77360 (class_uses causes segfault). (Lauri Kenttä)
+- Standard:
+ . Fixed bug #77395 (segfault about array_multisort). (Laruence)
+
03 Jan 2019, PHP 7.3.1
- Core: