summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.h
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2014-05-15 08:24:07 +0200
committerPierre Joye <pierre.php@gmail.com>2014-05-15 08:24:07 +0200
commit89a6d2bc53fb83e59a2fe8ac0b5ece641980a7ea (patch)
treef77308734e3f0ae024c5900a852e10b2138e72d0 /ext/soap/php_http.h
parent3ae86b9cce0df92069d971feef2af526cdabf7f5 (diff)
parentc446e575880d503921a795ee7cc4126b8b84457b (diff)
downloadphp-git-89a6d2bc53fb83e59a2fe8ac0b5ece641980a7ea.tar.gz
Merge branch 'phpng' of git.php.net:php-src into phpng
# By Dmitry Stogov # Via Dmitry Stogov * 'phpng' of git.php.net:php-src: ext/soap support for phpng (incomplete - just compilable)
Diffstat (limited to 'ext/soap/php_http.h')
-rw-r--r--ext/soap/php_http.h3
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);