summaryrefslogtreecommitdiff
path: root/ext/sqlite3/php_sqlite3.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-03-11 16:32:16 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-03-11 16:32:16 +0100
commitdd6911550feb1de5feed0f31b102937614df7954 (patch)
treebe59e69cd3c0bc8b78e9e3cdfaaf15179f177702 /ext/sqlite3/php_sqlite3.h
parent9c0a3b78e85d10a6e4a8a5caea671ce5075b6cdf (diff)
parentaefe0dfd61fa8b1f7e32eaa688f81a76a6956649 (diff)
downloadphp-git-dd6911550feb1de5feed0f31b102937614df7954.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws
Diffstat (limited to 'ext/sqlite3/php_sqlite3.h')
-rw-r--r--ext/sqlite3/php_sqlite3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sqlite3/php_sqlite3.h b/ext/sqlite3/php_sqlite3.h
index cfb3327d71..411c4eb0ba 100644
--- a/ext/sqlite3/php_sqlite3.h
+++ b/ext/sqlite3/php_sqlite3.h
@@ -26,6 +26,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