File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments