We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0554f commit b41a8aaCopy full SHA for b41a8aa
1 file changed
NEWS
@@ -14,7 +14,6 @@ PHP NEWS
14
. Drop support for -z CLI/CGI flag. (nielsdos)
15
. Fixed GH-17956 - development server 404 page does not adapt to mobiles.
16
(pascalchevrel)
17
- . Properly handle __debugInfo() returning an array reference. (nielsdos)
18
19
- CURL:
20
. Added CURLFOLLOW_ALL, CURLFOLLOW_OBEYCODE and CURLFOLLOW_FIRSTONLY
@@ -54,6 +53,7 @@ PHP NEWS
54
53
evaluation) and GH-18464 (Recursion protection for deprecation constants not
55
released on bailout). (DanielEScherzer and ilutov)
56
. Fixed AST printing for immediately invoked Closure. (Dmitrii Derepko)
+ . Properly handle __debugInfo() returning an array reference. (nielsdos)
57
58
- Curl:
59
. Added curl_multi_get_handles(). (timwolla)
0 commit comments