diff options
author | Remi Collet <remi@php.net> | 2019-03-19 16:28:10 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2019-03-19 16:28:10 +0100 |
commit | 11bdc3eca401a65e8c6bf5b612cb9f589b4408a2 (patch) | |
tree | c43f800153246fd66b0f3864b721c1dc6dc25fde /php.ini-production | |
parent | eae32eee284e8f32359c998458e872bba2aa0c3b (diff) | |
parent | 5686e6e33ee8f60c87b4f3d8e0f43cd79301c5a1 (diff) | |
download | php-git-11bdc3eca401a65e8c6bf5b612cb9f589b4408a2.tar.gz |
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
comment out sqlite3.defensive = 1 follow common practice, this is the default value
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production index 0c0021b202..9c4091b578 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. |