Skip to content

Commit 8208462

Browse files
committed
This test depends on the default_charset setting, so set it to
UTF-8 for consistent output
1 parent ca515e8 commit 8208462

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sapi/cgi/tests/apache_request_headers.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
apache_request_headers() stack overflow.
3+
--INI--
4+
default_charset="UTF-8"
35
--SKIPIF--
46
<?php
57
include "skipif.inc";
@@ -29,7 +31,7 @@ echo "Done\n";
2931
?>
3032
--EXPECTF--
3133
X-Powered-By: PHP/%s
32-
Content-type: text/html
34+
Content-type: text/html; charset=UTF-8
3335

3436
Array
3537
(

0 commit comments

Comments
 (0)