From 22b8b1d3f3695e2b866afed924a31b6a2733c8c0 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Wed, 18 Mar 2015 12:27:13 +0800 Subject: [PATCH] Revert "fix tests" This reverts commit 38e15d89d7b5efdabb599b2894219e3bd9739cfd. --- ext/standard/tests/general_functions/bug60227_2.phpt | 2 +- ext/standard/tests/general_functions/bug60227_3.phpt | 2 +- ext/standard/tests/general_functions/bug60227_4.phpt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/standard/tests/general_functions/bug60227_2.phpt b/ext/standard/tests/general_functions/bug60227_2.phpt index 9b377e931b..2cdde78a4a 100644 --- a/ext/standard/tests/general_functions/bug60227_2.phpt +++ b/ext/standard/tests/general_functions/bug60227_2.phpt @@ -12,4 +12,4 @@ echo 'foo'; Warning: Header may not contain more than a single header, new line detected in %s on line %d foo --EXPECTHEADERS-- -Content-type: text/html +Content-type: text/html; charset=UTF-8 diff --git a/ext/standard/tests/general_functions/bug60227_3.phpt b/ext/standard/tests/general_functions/bug60227_3.phpt index e97fdc266e..8246f17438 100644 --- a/ext/standard/tests/general_functions/bug60227_3.phpt +++ b/ext/standard/tests/general_functions/bug60227_3.phpt @@ -11,4 +11,4 @@ echo 'foo'; Warning: Header may not contain NUL bytes in %s on line %d foo --EXPECTHEADERS-- -Content-type: text/html +Content-type: text/html; charset=UTF-8 diff --git a/ext/standard/tests/general_functions/bug60227_4.phpt b/ext/standard/tests/general_functions/bug60227_4.phpt index f2f2845376..20dba1a265 100644 --- a/ext/standard/tests/general_functions/bug60227_4.phpt +++ b/ext/standard/tests/general_functions/bug60227_4.phpt @@ -11,4 +11,4 @@ echo 'foo'; Warning: Header may not contain more than a single header, new line detected in %s on line %d foo --EXPECTHEADERS-- -Content-type: text/html +Content-type: text/html; charset=UTF-8 -- 2.40.0