mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
comment out sqlite3.defensive = 1
follow common practice, this is the default value
This commit is contained in:
parent
fe2885d80a
commit
78c9a53df7
@ -997,7 +997,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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user