From b202587e099312e433c123331bb5fece94ec9670 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 12 Aug 2017 20:34:44 +0200 Subject: [PATCH] Note deprecation of $errcontext --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.40.0