Skip to content

Commit 2acda55

Browse files
committed
Pack _php_sqlite3_db_object
1 parent 9ee0899 commit 2acda55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/sqlite3/php_sqlite3_structs.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ typedef struct _php_sqlite3_collation {
6363
/* Structure for SQLite Database object. */
6464
typedef struct _php_sqlite3_db_object {
6565
bool initialised;
66+
bool exception;
67+
6668
sqlite3 *db;
6769
php_sqlite3_func *funcs;
6870
php_sqlite3_collation *collations;
6971
zend_fcall_info_cache authorizer_fcc;
7072

71-
bool exception;
72-
7373
zend_llist free_list;
7474
zend_object zo;
7575
} php_sqlite3_db_object;

0 commit comments

Comments
 (0)