Skip to content

Commit e14f9f4

Browse files
committed
Pack _php_sqlite3_result_object
1 parent 5eae6d1 commit e14f9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sqlite3/php_sqlite3_structs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ struct _php_sqlite3_result_object {
9494
php_sqlite3_db_object *db_obj;
9595
php_sqlite3_stmt *stmt_obj;
9696

97+
int is_prepared_statement;
9798
/* Cache of column names to speed up repeated fetchArray(SQLITE3_ASSOC) calls.
9899
* Cache is cleared on reset() and finalize() calls. */
99100
int column_count;
100101
zend_string **column_names;
101102

102-
int is_prepared_statement;
103103
zend_object zo;
104104
};
105105

0 commit comments

Comments
 (0)