diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index 7ce8dc9b607..2de0e42237b 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -230,6 +230,7 @@ int make_http_soap_request(zval *this_ptr, char *connection; int http_1_1; int http_status; + int content_type_xml = 0; char *content_encoding; if (this_ptr == NULL || Z_TYPE_P(this_ptr) != IS_OBJECT) { @@ -962,6 +963,7 @@ try_again: } if (strncmp(content_type, "text/xml", cmplen) == 0 || strncmp(content_type, "application/soap+xml", cmplen) == 0) { + content_type_xml = 1; /* if (strncmp(http_body, " 0) { - char *s = *buffer; + if (!content_type_xml) { + char *s = *buffer; - while (*s != '\0' && *s < ' ') { - s++; - } - if (strncmp(s, "