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
This commit is contained in:
Remi Collet 2019-03-19 16:27:57 +01:00
commit 5686e6e33e
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.