summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-04-10 16:33:31 +0800
committerXinchen Hui <laruence@gmail.com>2018-04-10 16:33:31 +0800
commit22a8ea2a0aee3efe66aa5bb0c8f169fdb1ef3b99 (patch)
tree84a0e782fd27b8a0e00042bd0b7bda0103df688b
parent474895915e9b236046599fa732f782bbdc72b918 (diff)
downloadphp-git-22a8ea2a0aee3efe66aa5bb0c8f169fdb1ef3b99.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 800a4f122a..d1c422c4a0 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,9 @@ PHP NEWS
- Opcache:
. Fixed bug #76094 (Access violation when using opcache). (Laruence)
+- phpdbg:
+ . Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite). (Laruence)
+
- SPL:
. Fixed bug #76131 (mismatch arginfo for splarray constructor).
(carusogabriel)