From 22a8ea2a0aee3efe66aa5bb0c8f169fdb1ef3b99 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 10 Apr 2018 16:33:31 +0800 Subject: [PATCH] Update NEWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 800a4f122a4..d1c422c4a0a 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)