summaryrefslogtreecommitdiff
path: root/ext/sqlite3/php_sqlite3.h
diff options
context:
space:
mode:
authorbohwaz <github.bohwaz@miam.kd2.org>2018-12-16 22:52:37 +0100
committerJoe Watkins <krakjoe@php.net>2019-03-11 18:02:03 +0100
commit58c25bf679125a2da354db58ddc6b0cf6d10ee00 (patch)
tree3848c97cf6070cc408e80acfbc8ed9b51280eeba /ext/sqlite3/php_sqlite3.h
parent66bd861fcd2a508d5321d8a3be6158f5026aafc6 (diff)
downloadphp-git-58c25bf679125a2da354db58ddc6b0cf6d10ee00.tar.gz
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 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