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 22|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33?? ??? ????, PHP 8.5.0alpha3
44
5+ - Core:
6+ . Add clone-with support to the clone() function. (timwolla, edorian)
7+
58- Curl:
69 . Add support for CURLINFO_CONN_ID in curl_getinfo() (thecaliskan)
710 . 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
408408 . get_exception_handler() allows retrieving the current user-defined exception
409409 handler function.
410410 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.
412413 RFC: https://wiki.php.net/rfc/clone_with_v2
413414
414415- Curl:
You can’t perform that action at this time.
0 commit comments