Merge branch 'PHP-7.4'

* PHP-7.4:
  Fix #79294: ::columnType() may fail after SQLite3Stmt::reset()
This commit is contained in:
Christoph M. Becker 2020-02-21 13:38:29 +01:00
commit 3e1ac7e968
3 changed files with 35 additions and 5 deletions

View file

@ -108,7 +108,6 @@ struct _php_sqlite3_result_object {
zval stmt_obj_zval;
int is_prepared_statement;
int complete;
zend_object zo;
};