From f031735489ffbc834f5abb35496871504f7a80f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Thu, 20 Feb 2020 11:13:20 +0100 Subject: [PATCH] Update UPGRADING [skip ci] --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING b/UPGRADING index 417119e074..9275d20df9 100644 --- a/UPGRADING +++ b/UPGRADING @@ -285,6 +285,7 @@ PHP 8.0 UPGRADE NOTES representation of the type, and is no longer deprecated. In particular the result will include a nullability indicator for nullable types. The format of the return value is not stable and may change between PHP versions. + . Reflection export() methods have been removed. - Socket: . The deprecated AI_IDN_ALLOW_UNASSIGNED and AI_IDN_USE_STD3_ASCII_RULES @@ -328,6 +329,7 @@ PHP 8.0 UPGRADE NOTES . convert_cyr_string() has been removed. . money_format() has been removed. . ezmlm_hash() has been removed. + . restore_include_path() has been removed. . get_magic_quotes_gpc() and get_magic_quotes_gpc_runtime() has been removed. . FILTER_SANITIZE_MAGIC_QUOTES has been removed. . Calling implode() with parameters in a reverse order ($pieces, $glue) is no -- 2.40.0