Make precision configurable

This commit is contained in:
Andrian Jardan 2018-04-11 15:17:49 +02:00
parent e543933a92
commit 6a2e9aa1d2
3 changed files with 3 additions and 1 deletions

View File

@ -98,6 +98,7 @@ By default, all the extra defaults below are applied through the php.ini include
php_session_save_handler: files
php_session_save_path: ''
php_disable_functions: []
php_precision: 14
Various defaults for PHP. Only used if `php_use_managed_ini` is set to `true`.

View File

@ -67,6 +67,7 @@ php_sendmail_path: "/usr/sbin/sendmail -t -i"
php_output_buffering: "4096"
php_short_open_tag: "Off"
php_disable_functions: []
php_precision: 14
php_session_cookie_lifetime: 0
php_session_gc_probability: 1

View File

@ -7,7 +7,7 @@
engine = On
short_open_tag = {{ php_short_open_tag }}
asp_tags = Off
precision = 14
precision = {{ php_precision }}
output_buffering = {{ php_output_buffering }}
zlib.output_compression = Off