Skip to content

Commit 69bedf8

Browse files
committed
NEWS / UPGRADING
1 parent 4977ef6 commit 69bedf8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ PHP NEWS
5959
. Added support for `final` with constructor property promotion.
6060
(DanielEScherzer)
6161
. Do not use RTLD_DEEPBIND if dlmopen is available. (Daniil Gentili)
62+
. Make `clone() a function. (timwolla, edorian)
6263

6364
- Curl:
6465
. Added curl_multi_get_handles(). (timwolla)

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ PHP 8.5 UPGRADE NOTES
374374
. get_exception_handler() allows retrieving the current user-defined exception
375375
handler function.
376376
RFC: https://wiki.php.net/rfc/get-error-exception-handler
377+
. The clone language construct is now a function.
378+
RFC: https://wiki.php.net/rfc/clone_with_v2
377379

378380
- Curl:
379381
. curl_multi_get_handles() allows retrieving all CurlHandles current

0 commit comments

Comments
 (0)