php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Variables | |
zend_module_entry | sqlite3_module_entry |
char * | extension_dir |
int | dbconfig_defensive |
#define PHP_SQLITE3_ASSOC 1<<0 |
Definition at line 37 of file php_sqlite3.h.
#define PHP_SQLITE3_BOTH (PHP_SQLITE3_ASSOC|PHP_SQLITE3_NUM) |
Definition at line 39 of file php_sqlite3.h.
#define PHP_SQLITE3_NUM 1<<1 |
Definition at line 38 of file php_sqlite3.h.
#define PHP_SQLITE3_VERSION PHP_VERSION |
Definition at line 20 of file php_sqlite3.h.
#define phpext_sqlite3_ptr &sqlite3_module_entry |
Definition at line 23 of file php_sqlite3.h.
Definition at line 35 of file php_sqlite3.h.
int dbconfig_defensive |
Definition at line 27 of file php_sqlite3.h.
char* extension_dir |
Definition at line 26 of file php_sqlite3.h.
|
extern |