From 78c9a53df722132f9b2a1a4018eba6327438e695 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Mar 2019 16:26:26 +0100 Subject: comment out sqlite3.defensive = 1 follow common practice, this is the default value --- php.ini-production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.ini-production') 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. -- cgit v1.2.1