2014-03-01 03:39:35 +01:00
|
|
|
---
|
|
|
|
# Pass in a comma-separated list of repos to use (e.g. "remi,epel").
|
|
|
|
php_enablerepo: ""
|
2014-11-11 18:34:06 +01:00
|
|
|
|
|
|
|
# Set this to false if you're not using PHP with Apache/Nginx/etc.
|
|
|
|
php_enable_webserver: true
|
|
|
|
|
|
|
|
# Start and enable the PHP fpm service.
|
|
|
|
php_enable_php_fpm: false
|
|
|
|
|
|
|
|
# APC settings (useful for PHP <5.5).
|
|
|
|
php_enable_apc: true
|
|
|
|
php_apc_enabled_in_ini: false
|
|
|
|
php_apc_cache_by_default: "1"
|
|
|
|
php_apc_shm_size: "96M"
|
|
|
|
|
|
|
|
# If this is set to false, none of the following options will have any effect.
|
|
|
|
# Any and all changes to /etc/php.ini will be your responsibility.
|
|
|
|
php_use_managed_ini: true
|
|
|
|
|
2014-03-01 03:39:35 +01:00
|
|
|
php_memory_limit: "256M"
|
|
|
|
php_max_execution_time: "60"
|
|
|
|
php_upload_max_filesize: "64M"
|
|
|
|
php_date_timezone: "America/Chicago"
|
2014-06-23 21:04:10 +02:00
|
|
|
|
2014-08-05 16:01:28 +02:00
|
|
|
php_sendmail_path: "/usr/sbin/sendmail -t -i"
|
2014-08-07 15:57:29 +02:00
|
|
|
php_short_open_tag: false
|
2014-11-11 17:56:09 +01:00
|
|
|
|
|
|
|
php_error_reporting: "E_ALL & ~E_DEPRECATED & ~E_STRICT"
|
|
|
|
php_display_errors: "Off"
|