php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_sqlite3.h File Reference

Go to the source code of this file.

Macros

#define PHP_SQLITE3_VERSION   PHP_VERSION
 
#define phpext_sqlite3_ptr   &sqlite3_module_entry
 
#define SQLITE3G(v)
 
#define PHP_SQLITE3_ASSOC   1<<0
 
#define PHP_SQLITE3_NUM   1<<1
 
#define PHP_SQLITE3_BOTH   (PHP_SQLITE3_ASSOC|PHP_SQLITE3_NUM)
 

Variables

zend_module_entry sqlite3_module_entry
 
char * extension_dir
 
int dbconfig_defensive
 

Macro Definition Documentation

◆ PHP_SQLITE3_ASSOC

#define PHP_SQLITE3_ASSOC   1<<0

Definition at line 37 of file php_sqlite3.h.

◆ PHP_SQLITE3_BOTH

#define PHP_SQLITE3_BOTH   (PHP_SQLITE3_ASSOC|PHP_SQLITE3_NUM)

Definition at line 39 of file php_sqlite3.h.

◆ PHP_SQLITE3_NUM

#define PHP_SQLITE3_NUM   1<<1

Definition at line 38 of file php_sqlite3.h.

◆ PHP_SQLITE3_VERSION

#define PHP_SQLITE3_VERSION   PHP_VERSION

Definition at line 20 of file php_sqlite3.h.

◆ phpext_sqlite3_ptr

#define phpext_sqlite3_ptr   &sqlite3_module_entry

Definition at line 23 of file php_sqlite3.h.

◆ SQLITE3G

#define SQLITE3G ( v)
Value:
uint32_t v
Definition cdf.c:1237
#define ZEND_MODULE_GLOBALS_ACCESSOR(module_name, v)
Definition zend_API.h:274

Definition at line 35 of file php_sqlite3.h.

Variable Documentation

◆ dbconfig_defensive

int dbconfig_defensive

Definition at line 27 of file php_sqlite3.h.

◆ extension_dir

char* extension_dir

Definition at line 26 of file php_sqlite3.h.

◆ sqlite3_module_entry

zend_module_entry sqlite3_module_entry
extern

Definition at line 2473 of file sqlite3.c.