summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-07-18 19:50:30 +0800
committerXinchen Hui <laruence@php.net>2012-07-18 19:50:30 +0800
commit8f89cfb548a733ec0d8004920be7d2e7e3cfe107 (patch)
tree2bde823d82335921a91d931bce04366fdf9da7d6
parent11d05589282a7f9c795a0af77dcd2b3cc0a158ce (diff)
downloadphp-git-8f89cfb548a733ec0d8004920be7d2e7e3cfe107.tar.gz
Fix test (no charset outputed)
-rw-r--r--sapi/cgi/tests/apache_request_headers.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/tests/apache_request_headers.phpt b/sapi/cgi/tests/apache_request_headers.phpt
index 3dc3580c21..881b6bb171 100644
--- a/sapi/cgi/tests/apache_request_headers.phpt
+++ b/sapi/cgi/tests/apache_request_headers.phpt
@@ -31,7 +31,7 @@ echo "Done\n";
?>
--EXPECTF--
X-Powered-By: PHP/%s
-Content-type: text/html; charset=UTF-8
+Content-type: text/%s
Array
(