Update the php.ini to reflect upstream php changes
This commit is contained in:
parent
ca737a9dff
commit
7dd87af91d
1 changed files with 7 additions and 0 deletions
|
@ -973,6 +973,13 @@ cli_server.color = On
|
||||||
; otherwise output encoding conversion cannot be performed.
|
; otherwise output encoding conversion cannot be performed.
|
||||||
;iconv.output_encoding =
|
;iconv.output_encoding =
|
||||||
|
|
||||||
|
[imap]
|
||||||
|
; rsh/ssh logins are disabled by default. Use this INI entry if you want to
|
||||||
|
; enable them. Note that the IMAP library does not filter mailbox names before
|
||||||
|
; passing them to rsh/ssh command, thus passing untrusted data to this function
|
||||||
|
; with rsh/ssh enabled is insecure.
|
||||||
|
;imap.enable_insecure_rsh=0
|
||||||
|
|
||||||
[intl]
|
[intl]
|
||||||
;intl.default_locale =
|
;intl.default_locale =
|
||||||
; This directive allows you to produce PHP errors when some error
|
; This directive allows you to produce PHP errors when some error
|
||||||
|
|
Loading…
Reference in a new issue