summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 05c8eef1e9..0c15b1ecbe 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -608,6 +608,9 @@ PHP 8.0 UPGRADE NOTES
. Calling crypt() without an explicit salt is no longer supported. If you
would like to produce a strong hash with an auto-generated salt, use
password_hash() instead.
+ . substr(), mb_substr(), iconv_substr() and grapheme_substr() now consistently
+ clamp out-of-bounds offsets to the string boundary. Previously, false was
+ returned instead of the empty string in some cases.
- Sysvmsg:
. msg_get_queue() will now return an SysvMessageQueue object rather than a