mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
Pack _php_sqlite3_db_object
This commit is contained in:
@@ -63,13 +63,13 @@ typedef struct _php_sqlite3_collation {
|
||||
/* Structure for SQLite Database object. */
|
||||
typedef struct _php_sqlite3_db_object {
|
||||
bool initialised;
|
||||
bool exception;
|
||||
|
||||
sqlite3 *db;
|
||||
php_sqlite3_func *funcs;
|
||||
php_sqlite3_collation *collations;
|
||||
zend_fcall_info_cache authorizer_fcc;
|
||||
|
||||
bool exception;
|
||||
|
||||
zend_llist free_list;
|
||||
zend_object zo;
|
||||
} php_sqlite3_db_object;
|
||||
|
||||
Reference in New Issue
Block a user