From bc231f017b8d1c350296174f242fb40af022944f Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Thu, 19 Dec 2019 22:58:26 +0100 Subject: [PATCH] Add upgrading note about implode() [ci skip] --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING b/UPGRADING index 0a6ad2a8c9..752484644d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -295,6 +295,8 @@ PHP 8.0 UPGRADE NOTES . 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. + . Calling implode() with parameters in a reverse order ($pieces, $glue) is no + longer supported. - tidy: . The $use_include_path parameter, which was not used internally, has been -- 2.40.0