]> granicus.if.org Git - php/commitdiff
Add upgrading notes about removed functionality that were deprecated in PHP 7.4
authorMáté Kocsis <kocsismate@woohoolabs.com>
Thu, 5 Dec 2019 12:15:11 +0000 (13:15 +0100)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Thu, 5 Dec 2019 12:15:55 +0000 (13:15 +0100)
UPGRADING

index 431d7528b3b7c718d044ed2e36db2773db2f8a9f..6ebe7c29af9255d02c35289e04e6d342bd602552 100644 (file)
--- 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