diff options
Diffstat (limited to 'ext/soap/php_http.h')
-rw-r--r-- | ext/soap/php_http.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/ext/soap/php_http.h b/ext/soap/php_http.h index a92c7c4e21..00b9fa5643 100644 --- a/ext/soap/php_http.h +++ b/ext/soap/php_http.h @@ -22,13 +22,12 @@ #ifndef PHP_HTTP_H #define PHP_HTTP_H -int make_http_soap_request(zval *this_ptr, - char *request, - int request_size, - char *location, - char *soapaction, - int soap_version, - zval *response); +int make_http_soap_request(zval *this_ptr, + zend_string *request, + char *location, + char *soapaction, + int soap_version, + zval *response); int proxy_authentication(zval* this_ptr, smart_str* soap_headers); int basic_authentication(zval* this_ptr, smart_str* soap_headers); |