Skip to content

Commit fab76e3

Browse files
committed
[ci skip] Fix typos in UPGRADING
1 parent 5609701 commit fab76e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ PHP 8.0 UPGRADE NOTES
558558
. money_format() has been removed.
559559
. ezmlm_hash() has been removed.
560560
. restore_include_path() has been removed.
561-
. get_magic_quotes_gpc() and get_magic_quotes_gpc_runtime() has been removed.
561+
. get_magic_quotes_gpc() and get_magic_quotes_runtime() has been removed.
562562
. FILTER_SANITIZE_MAGIC_QUOTES has been removed.
563563
. Calling implode() with parameters in a reverse order ($pieces, $glue) is no
564564
longer supported.
@@ -586,7 +586,7 @@ PHP 8.0 UPGRADE NOTES
586586
. Removed deprecated DES fallback in crypt(). If an unknown salt format is
587587
passed to crypt(), the function will fail with *0 instead of falling back
588588
to a weak DES hash now.
589-
. Specifying out of range rounds for sha256/sha526 crypt() will now fail with
589+
. Specifying out of range rounds for sha256/sha512 crypt() will now fail with
590590
*0 instead of clamping to the closest limit. This matches glibc behavior.
591591
. The result of sorting functions may have changed, if the array contains
592592
elements that compare as equal.

0 commit comments

Comments
 (0)