]> granicus.if.org Git - php/commitdiff
This test depends on the default_charset setting, so set it to
authorRasmus Lerdorf <rasmus@php.net>
Thu, 24 May 2012 00:37:13 +0000 (17:37 -0700)
committerRasmus Lerdorf <rasmus@php.net>
Thu, 24 May 2012 00:48:01 +0000 (17:48 -0700)
UTF-8 for consistent output

sapi/cgi/tests/apache_request_headers.phpt

index 2c82d57b2e4257316c83e07b6a755b855f098b33..3dc3580c21c277189337f0de629b4f5c48cbaefd 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 apache_request_headers() stack overflow.
+--INI--
+default_charset="UTF-8"
 --SKIPIF--
 <?php 
 include "skipif.inc"; 
@@ -29,7 +31,7 @@ echo "Done\n";
 ?>
 --EXPECTF--    
 X-Powered-By: PHP/%s
-Content-type: text/html
+Content-type: text/html; charset=UTF-8
 
 Array
 (