Skip to content

Commit 60ca03e

Browse files
authored
Minor changes to default php.ini 7.3.2
2 parents 76da171 + a723e34 commit 60ca03e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/deb/php/php.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ serialize_precision = -1
305305
; open_basedir, if set, limits all file operations to the defined directory
306306
; and below. This directive makes most sense if used in a per-directory
307307
; or per-virtualhost web server configuration file.
308+
; Note: disables the realpath cache
308309
; http://php.net/open-basedir
309310
;open_basedir =
310311

@@ -337,6 +338,7 @@ disable_classes =
337338
; Determines the size of the realpath cache to be used by PHP. This value should
338339
; be increased on systems where PHP opens many files to reflect the quantity of
339340
; the file operations performed.
341+
; Note: if open_basedir is set, the cache is disabled
340342
; http://php.net/realpath-cache-size
341343
;realpath_cache_size = 4096k
342344

@@ -993,6 +995,13 @@ date.timezone = UTC
993995
; otherwise output encoding conversion cannot be performed.
994996
;iconv.output_encoding =
995997

998+
[imap]
999+
; rsh/ssh logins are disabled by default. Use this INI entry if you want to
1000+
; enable them. Note that the IMAP library does not filter mailbox names before
1001+
; passing them to rsh/ssh command, thus passing untrusted data to this function
1002+
; with rsh/ssh enabled is insecure.
1003+
;imap.enable_insecure_rsh=0
1004+
9961005
[intl]
9971006
;intl.default_locale =
9981007
; This directive allows you to produce PHP errors when some error

0 commit comments

Comments
 (0)