diff options
author | Dmitry Stogov <dmitry@php.net> | 2004-01-15 08:38:14 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2004-01-15 08:38:14 +0000 |
commit | fb52edb19492c7e2a63c6013eee1095bcbfd8789 (patch) | |
tree | 284d2c6e859ae090f524383f3cb28337ce3b6255 /ext/soap/php_http.h | |
parent | ad11617f293441db4870e19255dc25f348163904 (diff) | |
download | php-git-fb52edb19492c7e2a63c6013eee1095bcbfd8789.tar.gz |
SOAP 1.2 support was improved
Diffstat (limited to 'ext/soap/php_http.h')
-rw-r--r-- | ext/soap/php_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_http.h b/ext/soap/php_http.h index 40fe09171c..4faa0510aa 100644 --- a/ext/soap/php_http.h +++ b/ext/soap/php_http.h @@ -1,7 +1,7 @@ #ifndef PHP_HTTP_H #define PHP_HTTP_H -int send_http_soap_request(zval *this_ptr, xmlDoc *doc, char *location, char *soapaction TSRMLS_DC); +int send_http_soap_request(zval *this_ptr, xmlDoc *doc, char *location, char *soapaction, int soap_version TSRMLS_DC); int get_http_soap_response(zval *this_ptr, char **buffer, int *buffer_len TSRMLS_DC); #endif |