diff options
author | Remi Collet <remi@php.net> | 2019-03-19 16:27:57 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2019-03-19 16:27:57 +0100 |
commit | 5686e6e33ee8f60c87b4f3d8e0f43cd79301c5a1 (patch) | |
tree | 03d22adb4329a340760441f21a40fd704e9f7f3b /php.ini-production | |
parent | a2de42041c7ac70460521fc4bb8cbe370532f1d0 (diff) | |
parent | 78c9a53df722132f9b2a1a4018eba6327438e695 (diff) | |
download | php-git-5686e6e33ee8f60c87b4f3d8e0f43cd79301c5a1.tar.gz |
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
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 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. |