File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? ????, PHP 8.5.0alpha3
4
4
5
+ - Core:
6
+ . Add clone-with support to the clone() function. (timwolla, edorian)
7
+
5
8
- Curl:
6
9
. Add support for CURLINFO_CONN_ID in curl_getinfo() (thecaliskan)
7
10
. Add support for CURLINFO_QUEUE_TIME_T in curl_getinfo() (thecaliskan)
Original file line number Diff line number Diff line change @@ -408,7 +408,8 @@ PHP 8.5 UPGRADE NOTES
408
408
. get_exception_handler() allows retrieving the current user-defined exception
409
409
handler function.
410
410
RFC: https://wiki.php.net/rfc/get-error-exception-handler
411
- . The clone language construct is now a function.
411
+ . The clone language construct is now a function and supports reassigning
412
+ (readonly) properties during cloning via the new $withProperties parameter.
412
413
RFC: https://wiki.php.net/rfc/clone_with_v2
413
414
414
415
- Curl:
You can’t perform that action at this time.
0 commit comments