summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-10-25 16:27:20 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-10-25 16:27:20 +0100
commitfab76e3a11368f7af182973754b0f348e0843301 (patch)
treeb091858754eac238a7d521daeec706b9ba5625d3
parent560970138915791fe29380c8f31a7ec18379b00f (diff)
downloadphp-git-fab76e3a11368f7af182973754b0f348e0843301.tar.gz
[ci skip] Fix typos in UPGRADING
-rw-r--r--UPGRADING4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index a32e8e2643..1a270ba415 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -558,7 +558,7 @@ PHP 8.0 UPGRADE NOTES
. money_format() has been removed.
. ezmlm_hash() has been removed.
. restore_include_path() has been removed.
- . get_magic_quotes_gpc() and get_magic_quotes_gpc_runtime() has been removed.
+ . get_magic_quotes_gpc() and get_magic_quotes_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.
@@ -586,7 +586,7 @@ PHP 8.0 UPGRADE NOTES
. Removed deprecated DES fallback in crypt(). If an unknown salt format is
passed to crypt(), the function will fail with *0 instead of falling back
to a weak DES hash now.
- . Specifying out of range rounds for sha256/sha526 crypt() will now fail with
+ . Specifying out of range rounds for sha256/sha512 crypt() will now fail with
*0 instead of clamping to the closest limit. This matches glibc behavior.
. The result of sorting functions may have changed, if the array contains
elements that compare as equal.