From: Máté Kocsis Date: Thu, 19 Dec 2019 21:58:26 +0000 (+0100) Subject: Add upgrading note about implode() [ci skip] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc231f017b8d1c350296174f242fb40af022944f;p=php Add upgrading note about implode() [ci skip] --- 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