File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,16 @@ PHP NEWS
77 collection). (Alexandru Patranescu, Nikita, Dmitry)
88 . Fixed bug #77877 (call_user_func() passes $this to static methods).
99 (Dmitry)
10- . Implemented request #76148 (Add array_key_exists() to the list of
11- specially compiled functions). (Majkl578)
10+ . Implemented FR #76148 (Add array_key_exists() to the list of specially
11+ compiled functions). (Majkl578)
1212 . Fixed bug #76430 (__METHOD__ inconsistent outside of method).
1313 (Ryan McCullagh, Nikita)
1414 . Fixed bug #75921 (Inconsistent: No warning in some cases when stdObj is
1515 created on the fly). (David Walker)
1616 . Fixed bug #71030 (Self-assignment in list() may have inconsistent behavior).
1717 (Nikita)
18+ . Implemented FR #62397 (disable_functions does not work with eval). (Benjamin
19+ Eberlei).
1820
1921- CLI:
2022 . The built-in CLI server now reports the request method in log files.
Original file line number Diff line number Diff line change @@ -181,6 +181,8 @@ PHP 7.4 UPGRADE NOTES
181181 . Support for WeakReferences has been added.
182182 RFC: https://wiki.php.net/rfc/weakrefs
183183
184+ . The eval() can be now disabled via disable_functions INI directive.
185+
184186- CURL:
185187 . CURLFile now supports stream wrappers in addition to plain file names, if
186188 the extension has been built against libcurl >= 7.56.0. The streams may
You can’t perform that action at this time.
0 commit comments