summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2019-12-19 22:58:26 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2019-12-19 22:58:26 +0100
commitbc231f017b8d1c350296174f242fb40af022944f (patch)
tree683a4c22e5425b6f43c5b72b717c119333e427f9
parenta31b5eca68a75a5bfc4c0fdb82287622fedbd1e5 (diff)
downloadphp-git-bc231f017b8d1c350296174f242fb40af022944f.tar.gz
Add upgrading note about implode() [ci skip]
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
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