Skip to content

Commit 8f89cfb

Browse files
committed
Fix test (no charset outputed)
1 parent 11d0558 commit 8f89cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cgi/tests/apache_request_headers.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo "Done\n";
3131
?>
3232
--EXPECTF--
3333
X-Powered-By: PHP/%s
34-
Content-type: text/html; charset=UTF-8
34+
Content-type: text/%s
3535

3636
Array
3737
(

0 commit comments

Comments
 (0)