diff options
| author | zoe slattery <zoe@php.net> | 2012-05-15 11:05:20 +0100 |
|---|---|---|
| committer | zoe slattery <zoe@php.net> | 2012-05-15 11:05:20 +0100 |
| commit | 1af8b3f8836bd8fb997ebfead82cbf21d33ed916 (patch) | |
| tree | dcd7bfc82c2b2fcebe917d70cb198e77ac554860 /ext | |
| parent | 3332943c9d20a8b5e09816b11f38742de0e16085 (diff) | |
| download | php-git-1af8b3f8836bd8fb997ebfead82cbf21d33ed916.tar.gz | |
Change impl of GZIP_POST, DEFLATE_POST. See #62021
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/soap/tests/server019.phpt | 4 | ||||
| -rw-r--r-- | ext/soap/tests/server020.phpt | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/ext/soap/tests/server019.phpt b/ext/soap/tests/server019.phpt index defdac5b9b..d36cff0887 100644 --- a/ext/soap/tests/server019.phpt +++ b/ext/soap/tests/server019.phpt @@ -8,7 +8,7 @@ SOAP Server 19: compressed request (gzip) ?> --INI-- precision=14 ---POST-- +--GZIP_POST-- <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" @@ -19,8 +19,6 @@ precision=14 <ns1:test xmlns:ns1="http://testuri.org" /> </SOAP-ENV:Body> </SOAP-ENV:Envelope> ---GZIP_POST-- -1 --FILE-- <?php function test() { diff --git a/ext/soap/tests/server020.phpt b/ext/soap/tests/server020.phpt index 1bd58931ed..b14978fd31 100644 --- a/ext/soap/tests/server020.phpt +++ b/ext/soap/tests/server020.phpt @@ -8,7 +8,7 @@ SOAP Server 20: compressed request (deflate) ?> --INI-- precision=14 ---POST-- +--DEFLATE_POST-- <?xml version="1.0" encoding="ISO-8859-1"?> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" @@ -20,8 +20,6 @@ precision=14 <ns1:test xmlns:ns1="http://testuri.org" /> </SOAP-ENV:Body> </SOAP-ENV:Envelope> ---DEFLATE_POST-- -1 --FILE-- <?php function test() { |
