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 ff996cd1b8..fcc95fd3c5 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -1016,7 +1016,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 57ff374102..909bf6d8dc 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1023,7 +1023,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.