We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee0899 commit 2acda55Copy full SHA for 2acda55
ext/sqlite3/php_sqlite3_structs.h
@@ -63,13 +63,13 @@ typedef struct _php_sqlite3_collation {
63
/* Structure for SQLite Database object. */
64
typedef struct _php_sqlite3_db_object {
65
bool initialised;
66
+ bool exception;
67
+
68
sqlite3 *db;
69
php_sqlite3_func *funcs;
70
php_sqlite3_collation *collations;
71
zend_fcall_info_cache authorizer_fcc;
72
- bool exception;
-
73
zend_llist free_list;
74
zend_object zo;
75
} php_sqlite3_db_object;
0 commit comments