]> granicus.if.org Git - php/commitdiff
Added NEWS entry
authorDmitry Stogov <dmitry@zend.com>
Mon, 12 Mar 2018 08:07:26 +0000 (11:07 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 12 Mar 2018 08:07:26 +0000 (11:07 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 48a571e4912c2a5f8e747dc96495db4cef19a882..a2da3574b046fa588c84af0d29e5cc7782e85957 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ PHP                                                                        NEWS
   . Added support for references in list() and array destructuring, per
     RFC https://wiki.php.net/rfc/list_reference_assignment.
     (David Walker)
+  . Fixed bug #75683 (Memory leak in zend_register_functions() in ZTS mode).
+    (Dmitry)
   . Fixed bug #75031 (support append mode in temp/memory streams). (adsr)
   . Fixed bug #74860 (Uncaught exceptions not being formatted properly when
     error_log set to "syslog"). (Philip Prindeville)