diff options
| author | Máté Kocsis <kocsismate@woohoolabs.com> | 2019-12-19 22:58:26 +0100 |
|---|---|---|
| committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2019-12-19 22:58:26 +0100 |
| commit | bc231f017b8d1c350296174f242fb40af022944f (patch) | |
| tree | 683a4c22e5425b6f43c5b72b717c119333e427f9 | |
| parent | a31b5eca68a75a5bfc4c0fdb82287622fedbd1e5 (diff) | |
| download | php-git-bc231f017b8d1c350296174f242fb40af022944f.tar.gz | |
Add upgrading note about implode() [ci skip]
| -rw-r--r-- | UPGRADING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
