. Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF
sequence). (cmb)
-- OCI8
- . Fixed invalid handle error with Implicit Result Sets. (Chris Jones)
- . Fixed bug #72524 (Binding null values triggers ORA-24816 error). (Chris Jones)
+- JSON:
+ . Implemented earlier return when json_encode fails, fixes bugs #68992
+ (Stacking exceptions thrown by JsonSerializable) and #70275 (On recursion
+ error, json_encode can eat up all system memory). (Jakub Zelenka)
+
++- mbstring:
++ . Fixed bug #66797 (mb_substr only takes 32-bit signed integer). (cmb)
+
- Opcache:
. Fixed bug #72949 (Typo in opcache error message). (cmb)