@@ -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