From 6fd69fdc05a0223d5d57be91aca60d34fac0a953 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Sat, 16 Feb 2019 17:13:21 -0500 Subject: [PATCH] Update php.ini with latest changes from upstream --- php/php.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php/php.ini b/php/php.ini index ba8245d..b88a7a4 100644 --- a/php/php.ini +++ b/php/php.ini @@ -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