diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-06-28 12:36:33 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-06-28 12:36:55 +0200 |
commit | 646debaf38aa000b374b17efd0c2793d833cfcd4 (patch) | |
tree | 2c02ce30fa8bd6044f35c4d6636c0e316ccaf400 /NEWS | |
parent | 801ab18ea7ad472cc2dc0f502efc31d175b1b832 (diff) | |
parent | 05c00a832c7b395398ef8e60edd8a7ec25439861 (diff) | |
download | php-git-646debaf38aa000b374b17efd0c2793d833cfcd4.tar.gz |
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ PHP NEWS . Fixed #78189 (file cache strips last character of uname hash). (cmb) . Fixed #78202 (Opcache stats for cache hits are capped at 32bit NUM). (cmb) +- PDO_Sqlite: + . Fixed #78192 (SegFault when reuse statement after schema has changed). + (Vincent Quatrevieux) + 04 Jul 2019, PHP 7.3.7 - Core: |