From: Christoph M. Becker Date: Wed, 3 Jul 2019 08:00:05 +0000 (+0200) Subject: Merge branch 'PHP-7.2' into PHP-7.3 X-Git-Tag: php-7.4.0alpha3~61^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e5b7cb4d4fe72052a9408dccfee7d41063a3586;p=php Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #78241: touch() does not handle dates after 2038 in PHP 64-bit --- 5e5b7cb4d4fe72052a9408dccfee7d41063a3586 diff --cc NEWS index 5d0a417d7e,4c05f42773..cc6a9dff91 --- a/NEWS +++ b/NEWS @@@ -13,15 -21,10 +13,18 @@@ PH . Fixed #78189 (file cache strips last character of uname hash). (cmb) . Fixed #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) + + - Standard: + . Fixed #78241 (touch() does not handle dates after 2038 in PHP 64-bit). (cmb) + -27 Jun 2019, PHP 7.2.20 +04 Jul 2019, PHP 7.3.7 - Core: . Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).