diff options
Diffstat (limited to 'ext/soap/php_http.h')
-rw-r--r-- | ext/soap/php_http.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/soap/php_http.h b/ext/soap/php_http.h index 03007f70f0..8bb9f990ab 100644 --- a/ext/soap/php_http.h +++ b/ext/soap/php_http.h @@ -22,11 +22,11 @@ #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 make_http_soap_request(zval *this_ptr, + char *request, + int request_size, + char *location, + char *soapaction, int soap_version, zval *response); |