Skip to content

Commit ca8b8e5

Browse files
committed
Adds php7_mbstring_http_input support
Added php7_mbstring_http_input variable, defaulting to auto
1 parent b044e53 commit ca8b8e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
php7_fix_pathinfo: 1
44
php7_max_execution_time: 30
5+
php7_mbstring_http_input: "auto"
56
php7_memory_limit: 128M
67
php7_post_max_size: 40M
78
php7_upload_max_filesize: 20M

templates/php.ini.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ mssql.secure_connection = Off
17421742

17431743
; http input encoding.
17441744
; http://php.net/mbstring.http-input
1745-
;mbstring.http_input = auto
1745+
mbstring.http_input = {{ php7_mbstring_http_input }}
17461746

17471747
; http output encoding. mb_output_handler must be
17481748
; registered as output buffer to function

0 commit comments

Comments
 (0)