]> granicus.if.org Git - php/commitdiff
Update changelogs
authorPeter Kokot <peterkokot@gmail.com>
Tue, 14 May 2019 22:00:01 +0000 (00:00 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Tue, 14 May 2019 22:00:01 +0000 (00:00 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 8ef4d15e2be5aed7c6e6ee00439b3504acb754fc..4ce8b5dca501d0a5a57b7bdc8d56d3e75cd561e7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,14 +7,16 @@ PHP                                                                        NEWS
     collection). (Alexandru Patranescu, Nikita, Dmitry)
   . Fixed bug #77877 (call_user_func() passes $this to static methods).
     (Dmitry)
-  . Implemented request #76148 (Add array_key_exists() to the list of
-    specially compiled functions). (Majkl578)
+  . Implemented FR #76148 (Add array_key_exists() to the list of specially
+    compiled functions). (Majkl578)
   . Fixed bug #76430 (__METHOD__ inconsistent outside of method).
     (Ryan McCullagh, Nikita)
   . Fixed bug #75921 (Inconsistent: No warning in some cases when stdObj is
     created on the fly). (David Walker)
   . Fixed bug #71030 (Self-assignment in list() may have inconsistent behavior).
     (Nikita)
+  . Implemented FR #62397 (disable_functions does not work with eval). (Benjamin
+    Eberlei).
 
 - CLI:
   . The built-in CLI server now reports the request method in log files.
index 47a80a7f6499e16572ee2575b4e6c01c6f2f759e..f609666f87c245c46d5a5a7191d397723c2d2043 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -181,6 +181,8 @@ PHP 7.4 UPGRADE NOTES
   . Support for WeakReferences has been added.
     RFC: https://wiki.php.net/rfc/weakrefs
 
+  . The eval() can be now disabled via disable_functions INI directive.
+
 - CURL:
   . CURLFile now supports stream wrappers in addition to plain file names, if
     the extension has been built against libcurl >= 7.56.0.  The streams may