add default_charset example in php custom files

This commit is contained in:
Gregory Colpart 2017-09-12 20:14:56 +02:00
parent f5fdd71681
commit a1188c7823
3 changed files with 3 additions and 0 deletions

View file

@ -56,6 +56,7 @@
dest: "{{ php_apache_custom_file }}"
content: |
; Put customized values here.
; default_charset = "ISO-8859-1"
force: no
- name: "Set custom values for PHP to enable Symfony"

View file

@ -86,6 +86,7 @@
dest: "{{ php_fpm_custom_file }}"
content: |
; Put customized values here.
; default_charset = "ISO-8859-1"
force: no
- name: "Set custom values for PHP to enable Symfony"

View file

@ -52,6 +52,7 @@
dest: "{{ phpini_cli_custom_file }}"
content: |
; Put customized values here.
; default_charset = "ISO-8859-1"
force: no
- name: "Set custom values for PHP to enable Symfony (Debian 9 or later)"