We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902f634 commit d7243ceCopy full SHA for d7243ce
UPGRADING
@@ -608,6 +608,9 @@ PHP 8.0 UPGRADE NOTES
608
. Calling crypt() without an explicit salt is no longer supported. If you
609
would like to produce a strong hash with an auto-generated salt, use
610
password_hash() instead.
611
+ . substr(), mb_substr(), iconv_substr() and grapheme_substr() now consistently
612
+ clamp out-of-bounds offsets to the string boundary. Previously, false was
613
+ returned instead of the empty string in some cases.
614
615
- Sysvmsg:
616
. msg_get_queue() will now return an SysvMessageQueue object rather than a
0 commit comments