Skip to content

Commit c27b531

Browse files
committed
Update changelogs
1 parent 050d299 commit c27b531

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

NEWS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)