summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-01-14 11:50:09 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-01-14 11:50:09 +0100
commit38d0c5bacdbfe780db360614a07c6ad0a11d5439 (patch)
treed83e88fc750ced0f55280ff57fd42a0bfb24a6a4 /php.ini-development
parent3b74e8c165bd37925ef0eda68337d6f5902b5ec3 (diff)
parent5c3b17ca68b97ed3ad568eb7fd03ac2edb42f332 (diff)
downloadphp-git-38d0c5bacdbfe780db360614a07c6ad0a11d5439.tar.gz
Merge branch 'PHP-7.3'
[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 56a7d025c0..52192e1a78 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