Skip to content

Commit fda5e04

Browse files
committed
NEWS / UPGRADING
1 parent fde4546 commit fda5e04

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ PHP NEWS
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)

UPGRADING

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)