From a1188c7823bcef553edc9dfe708a07e157980259 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Tue, 12 Sep 2017 20:14:56 +0200 Subject: [PATCH] add default_charset example in php custom files --- php/tasks/apache.yml | 1 + php/tasks/fpm.yml | 1 + php/tasks/php_stretch.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/php/tasks/apache.yml b/php/tasks/apache.yml index 99c50e2b..179eb1fc 100644 --- a/php/tasks/apache.yml +++ b/php/tasks/apache.yml @@ -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" diff --git a/php/tasks/fpm.yml b/php/tasks/fpm.yml index 8647003d..6c31ff5f 100644 --- a/php/tasks/fpm.yml +++ b/php/tasks/fpm.yml @@ -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" diff --git a/php/tasks/php_stretch.yml b/php/tasks/php_stretch.yml index 1ebae567..d566ab23 100644 --- a/php/tasks/php_stretch.yml +++ b/php/tasks/php_stretch.yml @@ -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)"