]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 28 Jun 2019 10:36:33 +0000 (12:36 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 28 Jun 2019 10:36:55 +0000 (12:36 +0200)
* PHP-7.2:
  Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed

1  2 
NEWS
ext/pdo_sqlite/sqlite_statement.c

diff --cc NEWS
index 7cec6b9370d5fc0d7bfc97d670eef99c67e944d6,8c2a6c2d22a86f7cde7ac3a3658a4e180a83bd16..d1eba01eeb03470d0460b9e353ff344ad3abe842
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -12,7 -17,7 +12,11 @@@ 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)
  
 -27 Jun 2019, PHP 7.2.20
++- PDO_Sqlite:
++  . Fixed #78192 (SegFault when reuse statement after schema has changed).
++    (Vincent Quatrevieux)
++
 +04 Jul 2019, PHP 7.3.7
  
  - Core:
    . Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).
Simple merge