Skip to content

Commit 401230c

Browse files
committed
Merge branch 'PHP-5.4'
* PHP-5.4: Fix test (no charset outputed)
2 parents 2ed4026 + 8f89cfb commit 401230c

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)