Add php_realpath_cache_size variable.

This commit is contained in:
Jeff Geerling 2014-11-20 10:52:06 -06:00
parent 0077b35193
commit ee9a827049
3 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,7 @@ By default, all the extra defaults below are applied through the php.ini include
php_memory_limit: "256M"
php_max_execution_time: "60"
php_realpath_cache_size: "32K"
php_upload_max_filesize: "64M"
php_date_timezone: "America/Chicago"
php_sendmail_path: "/usr/sbin/sendmail -t -i"

View File

@ -20,6 +20,7 @@ php_use_managed_ini: true
php_memory_limit: "256M"
php_max_execution_time: "60"
php_realpath_cache_size: "32K"
php_upload_max_filesize: "64M"
php_date_timezone: "America/Chicago"

View File

@ -105,6 +105,8 @@ enable_dl = Off
;fastcgi.logging = 0
;cgi.rfc2616_headers = 0
realpath_cache_size = {{ php_realpath_cache_size }}
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;