X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fget_request_data_001.phpt;h=4d15265a3f90755cc17626a7cb03351cfed06252;hp=ad2ee5a82edff20cc9337236de1e90e867aa1506;hb=b1d7d87f91b5cdcf321cb103e1a315f639885d61;hpb=9a35b7682fede86cb0167d21a67fea38a6e85181 diff --git a/tests/get_request_data_001.phpt b/tests/get_request_data_001.phpt index ad2ee5a..4d15265 100644 --- a/tests/get_request_data_001.phpt +++ b/tests/get_request_data_001.phpt @@ -6,7 +6,9 @@ include 'skip.inc'; ?> --ENV-- HTTP_ACCEPT_CHARSET=iso-8859-1, * +HTTP_ACCEPT_ENCODING=none HTTP_USER_AGENT=Mozilla/5.0 +HTTP_HOST=localhost --POST-- a=b&c=d --FILE-- @@ -26,6 +28,8 @@ if (php_sapi_name() == 'cli' || $b == 'a=b&c=d') { Array ( [Accept-Charset] => iso-8859-1, * + [Accept-Encoding] => none + [Host] => localhost [User-Agent] => Mozilla/5.0 ) OK