From e93259bb23500e26a7b0317cde9ad5398eec074e Mon Sep 17 00:00:00 2001 From: bohwaz Date: Sun, 16 Dec 2018 22:52:37 +0100 Subject: SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws --- ext/sqlite3/php_sqlite3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/sqlite3/php_sqlite3.h') diff --git a/ext/sqlite3/php_sqlite3.h b/ext/sqlite3/php_sqlite3.h index 69b5a689a5..cd73ae868c 100644 --- a/ext/sqlite3/php_sqlite3.h +++ b/ext/sqlite3/php_sqlite3.h @@ -28,6 +28,7 @@ extern zend_module_entry sqlite3_module_entry; ZEND_BEGIN_MODULE_GLOBALS(sqlite3) char *extension_dir; + int dbconfig_defensive; ZEND_END_MODULE_GLOBALS(sqlite3) #ifdef ZTS -- cgit v1.2.1