Add missing RFC link in UPGRADING [skip ci]

see 14fc50e732
This commit is contained in:
Tim Düsterhus 2025-03-27 16:22:03 +01:00 committed by GitHub
parent 14fc50e732
commit 3e8677e7e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -246,9 +246,11 @@ PHP 8.5 UPGRADE NOTES
- Core: - Core:
. get_error_handler() allows retrieving the current user-defined error handler . 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 . 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:
. curl_multi_get_handles() allows retrieving all CurlHandles current . curl_multi_get_handles() allows retrieving all CurlHandles current