summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-07-24 11:35:43 +0800
committerXinchen Hui <laruence@gmail.com>2018-07-24 11:35:43 +0800
commit033dac7a6f6ac323fb35eb2c26cd716c610e18cf (patch)
tree4602577911dc832670b7e1bb91603119dc6da7aa
parent2a181b5ea01960fd3cd5c1cbc835c6423ec0186e (diff)
downloadphp-git-033dac7a6f6ac323fb35eb2c26cd716c610e18cf.tar.gz
Update NEWs
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1f0b002bdb..e73fc7c505 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@ PHP NEWS
- Standard:
. Fixed bug #73817 (Incorrect entries in get_html_translation_table). (cmb)
+ . Fixed bug #68553 (array_column: null values in $index_key become incrementing
+ keys in result). (Laruence)
- Zip:
. Fixed bug #76524 (ZipArchive memory leak (OVERWRITE flag and empty archive)).