File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ PHP 8.0 UPGRADE NOTES
558
558
. money_format() has been removed.
559
559
. ezmlm_hash() has been removed.
560
560
. 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.
562
562
. FILTER_SANITIZE_MAGIC_QUOTES has been removed.
563
563
. Calling implode() with parameters in a reverse order ($pieces, $glue) is no
564
564
longer supported.
@@ -586,7 +586,7 @@ PHP 8.0 UPGRADE NOTES
586
586
. Removed deprecated DES fallback in crypt(). If an unknown salt format is
587
587
passed to crypt(), the function will fail with *0 instead of falling back
588
588
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
590
590
*0 instead of clamping to the closest limit. This matches glibc behavior.
591
591
. The result of sorting functions may have changed, if the array contains
592
592
elements that compare as equal.
You can’t perform that action at this time.
0 commit comments