Skip to content

Commit 11bdc3e

Browse files
committed
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
2 parents eae32ee + 5686e6e commit 11bdc3e

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
@@ -1016,7 +1016,7 @@ cli_server.color = On
10161016
; the sqlite_dbpage virtual table.
10171017
; https://www.sqlite.org/c3ref/c_dbconfig_defensive.html
10181018
; (for older SQLite versions, this flag has no use)
1019-
sqlite3.defensive = 1
1019+
;sqlite3.defensive = 1
10201020

10211021
[Pcre]
10221022
; PCRE library backtracking limit.

php.ini-production

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

10281028
[Pcre]
10291029
; PCRE library backtracking limit.

0 commit comments

Comments
 (0)