diff options
Diffstat (limited to 'ext/soap/php_http.h')
-rw-r--r-- | ext/soap/php_http.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ext/soap/php_http.h b/ext/soap/php_http.h index 70d2cfd4c2..b752641b1b 100644 --- a/ext/soap/php_http.h +++ b/ext/soap/php_http.h @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2013 The PHP Group | + | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -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); |