]> granicus.if.org Git - php/commitdiff
Add upgrading note about implode() [ci skip]
authorMáté Kocsis <kocsismate@woohoolabs.com>
Thu, 19 Dec 2019 21:58:26 +0000 (22:58 +0100)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Thu, 19 Dec 2019 21:58:26 +0000 (22:58 +0100)
UPGRADING

index 0a6ad2a8c947746f2e08ceb60a4682d115005e30..752484644d9438b091442fa14905e85881a7c870 100644 (file)
--- 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