projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
380294a
)
- preventively set Accept-Encoding
author
Michael Wallner
<mike@php.net>
Fri, 26 Aug 2005 08:19:26 +0000
(08:19 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 26 Aug 2005 08:19:26 +0000
(08:19 +0000)
tests/get_request_data_001.phpt
patch
|
blob
|
history
diff --git
a/tests/get_request_data_001.phpt
b/tests/get_request_data_001.phpt
index ad2ee5a82edff20cc9337236de1e90e867aa1506..00272941d5c99d1efa72f95c35d8a2a217a64936 100644
(file)
--- a/
tests/get_request_data_001.phpt
+++ b/
tests/get_request_data_001.phpt
@@
-6,6
+6,7
@@
include 'skip.inc';
?>
--ENV--
HTTP_ACCEPT_CHARSET=iso-8859-1, *
+HTTP_ACCEPT_ENCODING=none
HTTP_USER_AGENT=Mozilla/5.0
--POST--
a=b&c=d
@@
-26,6
+27,7
@@
if (php_sapi_name() == 'cli' || $b == 'a=b&c=d') {
Array
(
[Accept-Charset] => iso-8859-1, *
+ [Accept-Encoding] => none
[User-Agent] => Mozilla/5.0
)
OK