We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def5276 commit bc01615Copy full SHA for bc01615
NEWS
@@ -9,6 +9,8 @@ PHP NEWS
9
. Fixed bug GH-16665 (\array and \callable should not be usable in
10
class_alias). (nielsdos)
11
. Added PHP_BUILD_DATE constant. (cmb)
12
+ . Added support for Closures in constant expressions. (timwolla,
13
+ Volker Dusch)
14
15
- Curl:
16
. Added curl_multi_get_handles(). (timwolla)
UPGRADING
@@ -44,6 +44,10 @@ PHP 8.5 UPGRADE NOTES
44
2. New Features
45
========================================
46
47
+- Core:
48
+ . Added support for Closures in constant expressions.
49
+ RFC: https://wiki.php.net/rfc/closures_in_const_expr
50
+
51
- DOM:
52
. Added Dom\Element::$outerHTML.
53
0 commit comments