summaryrefslogtreecommitdiff
path: root/ext/soap/soap.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-23 18:48:14 +0200
committerAnatol Belski <ab@php.net>2016-09-23 18:48:14 +0200
commit90a3671c09ba20d92b1a2929c24a8c99d7d2afac (patch)
tree1be4fae564141ea6dc50f8215006b6b89400df38 /ext/soap/soap.c
parent44b7ec35ba7fc676b5123c9d5993339b61497d01 (diff)
parent4685297f05d96eddcadc5eac4ce24d9b47afa03b (diff)
downloadphp-git-90a3671c09ba20d92b1a2929c24a8c99d7d2afac.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Revert "Fixed bug #73037 SoapServer reports Bad Request when gzipped"
Diffstat (limited to 'ext/soap/soap.c')
-rw-r--r--ext/soap/soap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/soap/soap.c b/ext/soap/soap.c
index 54132bc5a6..23bbfb6e84 100644
--- a/ext/soap/soap.c
+++ b/ext/soap/soap.c
@@ -1618,8 +1618,6 @@ PHP_METHOD(SoapServer, handle)
if (zf) {
php_stream_filter_append(&SG(request_info).request_body->readfilters, zf);
- SG(request_info).request_body->flags &= ~PHP_STREAM_FLAG_NO_BUFFER;
-
} else {
php_error_docref(NULL, E_WARNING,"Can't uncompress compressed request");
zend_string_release(server);