mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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:
commit
2a76e3a457
4 changed files with 39 additions and 5 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue