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
7
7
collection). (Alexandru Patranescu, Nikita, Dmitry)
8
8
. Fixed bug #77877 (call_user_func() passes $this to static methods).
9
9
(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)
12
12
. Fixed bug #76430 (__METHOD__ inconsistent outside of method).
13
13
(Ryan McCullagh, Nikita)
14
14
. Fixed bug #75921 (Inconsistent: No warning in some cases when stdObj is
15
15
created on the fly). (David Walker)
16
16
. Fixed bug #71030 (Self-assignment in list() may have inconsistent behavior).
17
17
(Nikita)
18
+ . Implemented FR #62397 (disable_functions does not work with eval). (Benjamin
19
+ Eberlei).
18
20
19
21
- CLI:
20
22
. 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
181
181
. Support for WeakReferences has been added.
182
182
RFC: https://wiki.php.net/rfc/weakrefs
183
183
184
+ . The eval() can be now disabled via disable_functions INI directive.
185
+
184
186
- CURL:
185
187
. CURLFile now supports stream wrappers in addition to plain file names, if
186
188
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