From: Nikita Popov Date: Sat, 12 Aug 2017 18:34:44 +0000 (+0200) Subject: Note deprecation of $errcontext X-Git-Tag: php-7.2.0beta3~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b202587e099312e433c123331bb5fece94ec9670;p=php Note deprecation of $errcontext --- diff --git a/UPGRADING b/UPGRADING index 888138b0e0..85aba415ca 100644 --- a/UPGRADING +++ b/UPGRADING @@ -169,6 +169,8 @@ PHP 8.0. . The create_function() function has been deprecated, use anonymous functions instead. . The each() function has been deprecated, use a foreach loop instead. + . The $errcontext error handler argument has been deprecated. However, using + it does not trigger a deprecation warning for technical reasons. - EXIF: . The read_exif_data() alias have been deprecated, use exif_read_data() instead.