mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Pack _php_sqlite3_db_object
This commit is contained in:
parent
9ee08999f4
commit
2acda557cd
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue