. Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported
socket-to-stream). (Nikita)
-- OPcache:
- . Fixed #78189 (file cache strips last character of uname hash). (cmb)
- . Fixed #78202 (Opcache stats for cache hits are capped at 32bit NUM). (cmb)
+- Opcache:
+ . Fixed bug #78189 (file cache strips last character of uname hash). (cmb)
+ . Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
+ (cmb)
+
+- PCRE:
+ . Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx"
+ version strings). (pgnet, Peter Kokot)
+
+- PDO_Sqlite:
+ . Fixed #78192 (SegFault when reuse statement after schema has changed).
+ (Vincent Quatrevieux)
+
++- SQLite:
++ . Upgraded to SQLite 3.28.0. (cmb)
+
- Standard:
. Fixed #78241 (touch() does not handle dates after 2038 in PHP 64-bit). (cmb)