File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -300,6 +300,7 @@ serialize_precision = -1
300
300
; open_basedir, if set, limits all file operations to the defined directory
301
301
; and below. This directive makes most sense if used in a per-directory
302
302
; or per-virtualhost web server configuration file.
303
+ ; Note: disables the realpath cache
303
304
; http://php.net/open-basedir
304
305
;open_basedir =
305
306
@@ -332,6 +333,7 @@ disable_classes =
332
333
; Determines the size of the realpath cache to be used by PHP. This value should
333
334
; be increased on systems where PHP opens many files to reflect the quantity of
334
335
; the file operations performed.
336
+ ; Note: if open_basedir is set, the cache is disabled
335
337
; http://php.net/realpath-cache-size
336
338
;realpath_cache_size = 4096k
337
339
Original file line number Diff line number Diff line change @@ -305,6 +305,7 @@ serialize_precision = -1
305
305
; open_basedir, if set, limits all file operations to the defined directory
306
306
; and below. This directive makes most sense if used in a per-directory
307
307
; or per-virtualhost web server configuration file.
308
+ ; Note: disables the realpath cache
308
309
; http://php.net/open-basedir
309
310
;open_basedir =
310
311
@@ -337,6 +338,7 @@ disable_classes =
337
338
; Determines the size of the realpath cache to be used by PHP. This value should
338
339
; be increased on systems where PHP opens many files to reflect the quantity of
339
340
; the file operations performed.
341
+ ; Note: if open_basedir is set, the cache is disabled
340
342
; http://php.net/realpath-cache-size
341
343
;realpath_cache_size = 4096k
342
344
You can’t perform that action at this time.
0 commit comments