Update php.ini based on upstream changes

This commit is contained in:
Kevin MacMartin 2019-05-02 10:22:02 -04:00
parent e92f0f53e3
commit 8da7f4597c

View file

@ -1020,7 +1020,7 @@ cli_server.color = On
; the sqlite_dbpage virtual table. ; the sqlite_dbpage virtual table.
; https://www.sqlite.org/c3ref/c_dbconfig_defensive.html ; https://www.sqlite.org/c3ref/c_dbconfig_defensive.html
; (for older SQLite versions, this flag has no use) ; (for older SQLite versions, this flag has no use)
sqlite3.defensive = 1 ;sqlite3.defensive = 1
[Pcre] [Pcre]
; PCRE library backtracking limit. ; PCRE library backtracking limit.
@ -1716,6 +1716,11 @@ zend.assertions = -1
; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml) ; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
;mbstring.http_output_conv_mimetype= ;mbstring.http_output_conv_mimetype=
; This directive specifies maximum stack depth for mbstring regular expressions. It is similar
; to the pcre.recursion_limit for PCRE.
; Default: 100000
;mbstring.regex_stack_limit=100000
[gd] [gd]
; Tell the jpeg decode to ignore warnings and try to create ; Tell the jpeg decode to ignore warnings and try to create
; a gd image. The warning will then be displayed as notices ; a gd image. The warning will then be displayed as notices