]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@gmail.com>
Tue, 10 Apr 2018 08:33:31 +0000 (16:33 +0800)
committerXinchen Hui <laruence@gmail.com>
Tue, 10 Apr 2018 08:33:31 +0000 (16:33 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 800a4f122a411d5dc9f5033b9ceae59e7e759bb7..d1c422c4a0a94d2203ff6c71266326b88215e0ce 100644 (file)
--- 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)