Add upgrading note about implode() [ci skip]

This commit is contained in:
Máté Kocsis 2019-12-19 22:58:26 +01:00
parent a31b5eca68
commit bc231f017b
No known key found for this signature in database
GPG Key ID: FD055E41728BF310

View File

@ -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