Skip to content

Commit 3e8677e

Browse files
authored
Add missing RFC link in UPGRADING [skip ci]
see 14fc50e
1 parent 14fc50e commit 3e8677e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: UPGRADING

+4-2
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,11 @@ PHP 8.5 UPGRADE NOTES
246246

247247
- Core:
248248
. get_error_handler() allows retrieving the current user-defined error handler
249-
function
249+
function.
250+
RFC: https://wiki.php.net/rfc/get-error-exception-handler
250251
. get_exception_handler() allows retrieving the current user-defined exception
251-
handler function
252+
handler function.
253+
RFC: https://wiki.php.net/rfc/get-error-exception-handler
252254

253255
- Curl:
254256
. curl_multi_get_handles() allows retrieving all CurlHandles current

0 commit comments

Comments
 (0)