From: Peter Kokot Date: Tue, 14 May 2019 22:00:01 +0000 (+0200) Subject: Update changelogs X-Git-Tag: php-7.4.0alpha1~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c27b531af7928349791194db87cfd7f38e5f3b7b;p=php Update changelogs --- diff --git a/NEWS b/NEWS index 8ef4d15e2b..4ce8b5dca5 100644 --- 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. diff --git a/UPGRADING b/UPGRADING index 47a80a7f64..f609666f87 100644 --- 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