src.dualinventive.com/devops/ansible/rootnet-roles/php5_3/templates/php.ini.j2

14 lines
406 B
Django/Jinja

; {{ ansible_managed }}
max_execution_time={{ php_max_execution_time }}
memory_limit={{ php_memory_limit }}
error_reporting={{ php_error_reporting }}
display_errors={{ php_display_errors }}
log_errors={{ php_log_errors }}
realpath_cache_size={{ php_realpath_cache_size }}
session.save_path={{ php_session_save_path }}
{% if php_custom_ini_settings is defined %}
{{ php_custom_ini_settings }}
{% endif %}