From 3e8677e7e33709d3da37add16d6733446bba489c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 27 Mar 2025 16:22:03 +0100 Subject: [PATCH] Add missing RFC link in UPGRADING [skip ci] see 14fc50e73224cd01d3abb7b2181c2f23b33e5fef --- UPGRADING | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/UPGRADING b/UPGRADING index 48fe0f8e9b6..7488912c888 100644 --- a/UPGRADING +++ b/UPGRADING @@ -246,9 +246,11 @@ PHP 8.5 UPGRADE NOTES - Core: . get_error_handler() allows retrieving the current user-defined error handler - function + function. + RFC: https://wiki.php.net/rfc/get-error-exception-handler . get_exception_handler() allows retrieving the current user-defined exception - handler function + handler function. + RFC: https://wiki.php.net/rfc/get-error-exception-handler - Curl: . curl_multi_get_handles() allows retrieving all CurlHandles current