* PHP-7.2:
Fix #78241: touch() does not handle dates after 2038 in PHP 64-bit
. Fixed #78189 (file cache strips last character of uname hash). (cmb)
. Fixed #78202 (Opcache stats for cache hits are capped at 32bit NUM). (cmb)
-27 Jun 2019, PHP 7.2.20
+- 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)
+
+ - Standard:
+ . Fixed #78241 (touch() does not handle dates after 2038 in PHP 64-bit). (cmb)
+
+04 Jul 2019, PHP 7.3.7
- Core:
. Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).