summaryrefslogtreecommitdiff
path: root/ext/sqlite3/php_sqlite3_structs.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-02-21 13:38:29 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-02-21 13:39:05 +0100
commit3e1ac7e968a62e7e7a02eef81ac06701842b141d (patch)
treedaccaa0f016cf7697f317e770436c4612885b0ad /ext/sqlite3/php_sqlite3_structs.h
parent363d87f2568044bce53b0dd625609130646cea0f (diff)
parent2a76e3a4571a7e31905a569580682e68cc003abb (diff)
downloadphp-git-3e1ac7e968a62e7e7a02eef81ac06701842b141d.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Fix #79294: ::columnType() may fail after SQLite3Stmt::reset()
Diffstat (limited to 'ext/sqlite3/php_sqlite3_structs.h')
-rw-r--r--ext/sqlite3/php_sqlite3_structs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/sqlite3/php_sqlite3_structs.h b/ext/sqlite3/php_sqlite3_structs.h
index d86f39e431..80e915da68 100644
--- a/ext/sqlite3/php_sqlite3_structs.h
+++ b/ext/sqlite3/php_sqlite3_structs.h
@@ -108,7 +108,6 @@ struct _php_sqlite3_result_object {
zval stmt_obj_zval;
int is_prepared_statement;
- int complete;
zend_object zo;
};