We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b044e53 commit ca8b8e5Copy full SHA for ca8b8e5
defaults/main.yml
@@ -2,6 +2,7 @@
2
3
php7_fix_pathinfo: 1
4
php7_max_execution_time: 30
5
+php7_mbstring_http_input: "auto"
6
php7_memory_limit: 128M
7
php7_post_max_size: 40M
8
php7_upload_max_filesize: 20M
templates/php.ini.j2
@@ -1742,7 +1742,7 @@ mssql.secure_connection = Off
1742
1743
; http input encoding.
1744
; http://php.net/mbstring.http-input
1745
-;mbstring.http_input = auto
+mbstring.http_input = {{ php7_mbstring_http_input }}
1746
1747
; http output encoding. mb_output_handler must be
1748
; registered as output buffer to function
0 commit comments