mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Fix #79294: ::columnType() may fail after SQLite3Stmt::reset()
This commit is contained in:
commit
3e1ac7e968
3 changed files with 35 additions and 5 deletions
|
@ -108,7 +108,6 @@ struct _php_sqlite3_result_object {
|
|||
zval stmt_obj_zval;
|
||||
|
||||
int is_prepared_statement;
|
||||
int complete;
|
||||
zend_object zo;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue