]> granicus.if.org Git - php/commitdiff
Added NEWS entry
authorDmitry Stogov <dmitry@zend.com>
Mon, 17 Jul 2017 20:21:03 +0000 (23:21 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 17 Jul 2017 20:21:03 +0000 (23:21 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 0c6d5b38478493699c686b72f9d1abb9aef58a95..ce506610cf84ab8aad7709c3da30e946b69611c5 100644 (file)
--- 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