summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-01-14 11:49:58 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-01-14 11:49:58 +0100
commit5c3b17ca68b97ed3ad568eb7fd03ac2edb42f332 (patch)
tree4f9dfd5ae9feab1c4e0fd94488b3eaee7ed14880 /php.ini-production
parentc8c5a3ab8afdaa4692784a54a678cc565ecd1834 (diff)
parent5ac9990ddf0521b1c79b5e061a342a6dfb53d30c (diff)
downloadphp-git-5c3b17ca68b97ed3ad568eb7fd03ac2edb42f332.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
[ci skip]
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production2
1 files changed, 2 insertions, 0 deletions
diff --git a/php.ini-production b/php.ini-production
index 794d3e8ddb..fa09ade786 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -305,6 +305,7 @@ serialize_precision = -1
; open_basedir, if set, limits all file operations to the defined directory
; and below. This directive makes most sense if used in a per-directory
; or per-virtualhost web server configuration file.
+; Note: disables the realpath cache
; http://php.net/open-basedir
;open_basedir =
@@ -337,6 +338,7 @@ disable_classes =
; Determines the size of the realpath cache to be used by PHP. This value should
; be increased on systems where PHP opens many files to reflect the quantity of
; the file operations performed.
+; Note: if open_basedir is set, the cache is disabled
; http://php.net/realpath-cache-size
;realpath_cache_size = 4096k