summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)).