summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php.ini-development2
-rw-r--r--php.ini-production2
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-development b/php.ini-development
index e633427ed9..0bf89f4543 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -1008,7 +1008,7 @@ cli_server.color = On
; the sqlite_dbpage virtual table.
; https://www.sqlite.org/c3ref/c_dbconfig_defensive.html
; (for older SQLite versions, this flag has no use)
-sqlite3.defensive = 1
+;sqlite3.defensive = 1
[Pcre]
; PCRE library backtracking limit.
diff --git a/php.ini-production b/php.ini-production
index 980598584b..457b93e0b4 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1008,7 +1008,7 @@ cli_server.color = On
; the sqlite_dbpage virtual table.
; https://www.sqlite.org/c3ref/c_dbconfig_defensive.html
; (for older SQLite versions, this flag has no use)
-sqlite3.defensive = 1
+;sqlite3.defensive = 1
[Pcre]
; PCRE library backtracking limit.