summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorwbob <wbob@buerotiger.de>2019-01-12 09:49:23 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-01-14 11:49:45 +0100
commit5ac9990ddf0521b1c79b5e061a342a6dfb53d30c (patch)
treecac50505ea75649f2dc2ac9f3b8ff77fde54bf7d /php.ini-development
parent3ad0ebdf5cdc6dbe077685907d012eaeac7ea6e4 (diff)
downloadphp-git-5ac9990ddf0521b1c79b5e061a342a6dfb53d30c.tar.gz
document open_basedir and realpath cache coupling in php.ini
[ci skip]
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development2
1 files changed, 2 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index 60b9f70691..d6e219b295 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -300,6 +300,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 =
@@ -332,6 +333,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