diff options
Diffstat (limited to 'ext/soap/php_http.h')
-rw-r--r-- | ext/soap/php_http.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/soap/php_http.h b/ext/soap/php_http.h index d927daa37f..3fcc053741 100644 --- a/ext/soap/php_http.h +++ b/ext/soap/php_http.h @@ -28,8 +28,7 @@ int make_http_soap_request(zval *this_ptr, char *location, char *soapaction, int soap_version, - char **response, - int *response_len TSRMLS_DC); + zval *response TSRMLS_DC); int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC); int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC); |