mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws
This commit is contained in:
parent
1fd32e9c2f
commit
e93259bb23
6 changed files with 75 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue