summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2019-03-19 16:26:26 +0100
committerRemi Collet <remi@php.net>2019-03-19 16:26:26 +0100
commit78c9a53df722132f9b2a1a4018eba6327438e695 (patch)
treedc0e0f56a64b97959f2fac7da5c6ed011315c17a /php.ini-production
parentfe2885d80a76db84fd3a8e1556aff2221be195e1 (diff)
downloadphp-git-78c9a53df722132f9b2a1a4018eba6327438e695.tar.gz
comment out sqlite3.defensive = 1
follow common practice, this is the default value
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production
index 1dbbfc8d76..91c6129d40 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1004,7 +1004,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.