Skip to content

Commit

Permalink
NEWS / UPGRADING
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Nov 27, 2024
1 parent def5276 commit bc01615
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ PHP NEWS
. Fixed bug GH-16665 (\array and \callable should not be usable in
class_alias). (nielsdos)
. Added PHP_BUILD_DATE constant. (cmb)
. Added support for Closures in constant expressions. (timwolla,
Volker Dusch)

- Curl:
. Added curl_multi_get_handles(). (timwolla)
Expand Down
4 changes: 4 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ PHP 8.5 UPGRADE NOTES
2. New Features
========================================

- Core:
. Added support for Closures in constant expressions.
RFC: https://wiki.php.net/rfc/closures_in_const_expr

- DOM:
. Added Dom\Element::$outerHTML.

Expand Down

0 comments on commit bc01615

Please sign in to comment.