diff options
author | Dmitry Stogov <dmitry@php.net> | 2004-01-14 12:49:02 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2004-01-14 12:49:02 +0000 |
commit | 8f0ea19fcb4baa90edda4422cf376ec583cff96c (patch) | |
tree | 67303353c813b5210ab4b5f39551b523c96ac7ed /ext/soap/php_http.c | |
parent | 39ac35b0832f9df34c9631d34da8cfbe33886afd (diff) | |
download | php-git-8f0ea19fcb4baa90edda4422cf376ec583cff96c.tar.gz |
WSDL: encoding rpc/document and encoded/literal
Diffstat (limited to 'ext/soap/php_http.c')
-rw-r--r-- | ext/soap/php_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index 361585d477..0716597495 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -129,8 +129,8 @@ int send_http_soap_request(zval *this_ptr, xmlDoc *doc, char *location, char *so /* "Connection: close\r\n" "Accept: text/html; text/xml; text/plain\r\n" - "User-Agent: PHP SOAP 0.1\r\n" */ + "User-Agent: PHP SOAP 0.1\r\n" "Content-Type: text/xml; charset=\"utf-8\"\r\n" "Content-Length: "); smart_str_append_long(&soap_headers, buf_size); |