Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
  Fix #79294: ::columnType() may fail after SQLite3Stmt::reset()
This commit is contained in:
Christoph M. Becker 2020-02-21 13:37:14 +01:00
commit 2a76e3a457
4 changed files with 39 additions and 5 deletions

View file

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