From 73730eebca0fa765fb8df5806a48d0ce268940a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Thu, 5 Dec 2019 13:15:11 +0100 Subject: [PATCH] Add upgrading notes about removed functionality that were deprecated in PHP 7.4 --- UPGRADING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADING b/UPGRADING index 431d7528b3..6ebe7c29af 100644 --- a/UPGRADING +++ b/UPGRADING @@ -287,6 +287,12 @@ PHP 8.0 UPGRADE NOTES generated salt is used instead. . The quotemeta() function will now return an empty string if an empty string was passed. Previously false was returned. + . hebrevc() has been removed. + . convert_cyr_string() has been removed. + . money_format() has been removed. + . ezmlm_hash() has been removed. + . get_magic_quotes_gpc() and get_magic_quotes_gpc_runtime() has been removed. + . FILTER_SANITIZE_MAGIC_QUOTES has been removed. - tidy: . The $use_include_path parameter, which was not used internally, has been -- 2.50.1