Skip to content

Commit 78c9a53

Browse files
committed
comment out sqlite3.defensive = 1
follow common practice, this is the default value
1 parent fe2885d commit 78c9a53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php.ini-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ cli_server.color = On
997997
; the sqlite_dbpage virtual table.
998998
; https://www.sqlite.org/c3ref/c_dbconfig_defensive.html
999999
; (for older SQLite versions, this flag has no use)
1000-
sqlite3.defensive = 1
1000+
;sqlite3.defensive = 1
10011001

10021002
[Pcre]
10031003
;PCRE library backtracking limit.

php.ini-production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ cli_server.color = On
10041004
; the sqlite_dbpage virtual table.
10051005
; https://www.sqlite.org/c3ref/c_dbconfig_defensive.html
10061006
; (for older SQLite versions, this flag has no use)
1007-
sqlite3.defensive = 1
1007+
;sqlite3.defensive = 1
10081008

10091009
[Pcre]
10101010
;PCRE library backtracking limit.

0 commit comments

Comments
 (0)