From bb743ca62da0c1af4b020abb2a9d507c350e25e9 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 17 Jul 2017 23:21:03 +0300 Subject: [PATCH] Added NEWS entry --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 0c6d5b3847..ce506610cf 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,9 @@ PHP NEWS ?? ??? ????, PHP 7.2.0beta1 - Core: + . Added new VM instuctions ISSET_ISEMPTY_CV and UNSET_CV. Previously they + were implemented as ISSET_ISEMPTY_VAR and UNSET_VAR variants with + ZEND_QUICK_SET flag. (Nikita, Dmitry) . Fixed bug #74603 (PHP INI Parsing Stack Buffer Overflow Vulnerability). (Stas) . Fixed bug #74111 (Heap buffer overread (READ: 1) finish_nested_data from -- 2.50.1