Ilia Alshanetsky
|
2063ff5a15
|
MFH: Fixed bug #33164 (Soap extension incorrectly detects HTTP/1.1).
|
2005-05-30 23:46:28 +00:00 |
|
Dmitry Stogov
|
16a1587e08
|
Handling responses with Content-Lenght: 0
|
2005-05-23 06:25:02 +00:00 |
|
Dmitry Stogov
|
909033e650
|
Fixed SIGSEGV
|
2005-05-10 10:20:38 +00:00 |
|
Dmitry Stogov
|
2284d365f9
|
"<?xml ..." header is not required by SOAP specification
|
2005-05-10 08:15:58 +00:00 |
|
Dmitry Stogov
|
5c8567e212
|
Allow define connection timeout throught "connection_timeout" option in SoapClient constructor.
|
2005-03-23 08:08:34 +00:00 |
|
Ilia Alshanetsky
|
6368b9fc66
|
MFH: Fixed bug #32326 (Check values of Connection/Transfer-Encoding
case-incentively)
|
2005-03-16 20:31:01 +00:00 |
|
Dmitry Stogov
|
22251bfa5b
|
Fixed bug #31747 (SOAP Digest Authentication doesn't work with "HTTP/1.1 100 Continue" response)
|
2005-02-02 10:34:21 +00:00 |
|
Dmitry Stogov
|
4f45d300fb
|
Fixed bug #31755 (Cannot create SOAP header in no namespace)
|
2005-02-02 09:11:03 +00:00 |
|
Dmitry Stogov
|
8d54c95ef7
|
Fixed identation
|
2005-01-25 11:02:45 +00:00 |
|
Dmitry Stogov
|
1a88427263
|
Fixed bug #28041 (SOAP HTTP Digest Access Authentication was implemented)
|
2005-01-25 10:52:19 +00:00 |
|
Dmitry Stogov
|
c1b0b3781f
|
Support for HTTP error codes
|
2005-01-20 17:28:51 +00:00 |
|
Dmitry Stogov
|
a2aedfdf00
|
Fixed bug #30901 (can't send cookies with soap envelop).
void SoapClient::__setCookie(string name [, string value])
|
2005-01-20 14:28:57 +00:00 |
|
Dmitry Stogov
|
0a919c89da
|
Support for HTTPS with digital certificates.
|
2005-01-20 06:13:53 +00:00 |
|
Dmitry Stogov
|
193bdf06d6
|
Fixed bug #30329 (Error Fetching http body, No Content-Length, connection closed or chunked data).
|
2004-12-01 18:22:24 +00:00 |
|
Dmitry Stogov
|
a3d2a4da0c
|
Port 443 is default for https, so we shouldn't put it into Host:
|
2004-12-01 17:33:19 +00:00 |
|
Dmitry Stogov
|
a847d3a9dd
|
Fixed bug #30359 (SOAP client requests have no port in "Host" field ).
|
2004-12-01 16:59:23 +00:00 |
|
Dmitry Stogov
|
49c5edcb9f
|
Fixed bug #30685 (Malformed SOAPClient http header reequest).
|
2004-11-04 15:29:54 +00:00 |
|
Wez Furlong
|
a540196a41
|
MFH: Fix for Bug #24189: possibly unsafe select(2) usage.
|
2004-09-28 09:13:38 +00:00 |
|
Dmitry Stogov
|
4ea8f4b9f2
|
BUGFIX: Segfault if server's URL has no path. ("http://192.168.8.1:180")
|
2004-06-22 12:42:17 +00:00 |
|
Dmitry Stogov
|
d9226a1dd0
|
Support for HTTP redirection.
|
2004-06-21 12:56:33 +00:00 |
|
Dmitry Stogov
|
0282ad792a
|
Fixed bug #28702 (SOAP does not parse WSDL service address correctly).
|
2004-06-10 09:07:09 +00:00 |
|
Dmitry Stogov
|
2b3e184245
|
BUGFIX: Prevent crash on error in send_http_soap_request()
|
2004-05-27 07:58:22 +00:00 |
|
Dmitry Stogov
|
38ef28e41b
|
Allowing user defined SOAP transports with SoapClient::__doRequest()
|
2004-05-20 16:55:03 +00:00 |
|
Stefan Esser
|
6b12a45247
|
Fixed: possible remote overflow and possible efree(NULL) crash
|
2004-04-08 14:58:04 +00:00 |
|
Dmitry Stogov
|
b010daa9c4
|
Support for domain cookies
|
2004-04-02 15:43:41 +00:00 |
|
Dmitry Stogov
|
6f6ef6deed
|
SoapClint support for multiple hosts (through WSDL) with cookies.
|
2004-04-02 11:12:44 +00:00 |
|
Dmitry Stogov
|
40bb734452
|
Some small improvments, support for new style constructors, support for exceptions other then SoapFault
|
2004-04-01 10:47:44 +00:00 |
|
Dmitry Stogov
|
32b6d2fbf8
|
HTTP compression support (gzip and deflate)
|
2004-02-25 14:04:41 +00:00 |
|
Dmitry Stogov
|
8fc285275c
|
BUGFIX: bug in HTTP chunked encoding was fixed
|
2004-02-20 15:38:39 +00:00 |
|
Dmitry Stogov
|
bac453038a
|
Reading HTTP responses without "Content-Length:" but with "Connection: close"
|
2004-02-19 16:49:50 +00:00 |
|
Dmitry Stogov
|
9cb54cb232
|
BUGFIX: HTTP chunked transfer-encoding support
|
2004-02-18 06:58:33 +00:00 |
|
Dmitry Stogov
|
6aad56d4a2
|
fix: prevent of possible crash
|
2004-02-16 09:56:30 +00:00 |
|
Dmitry Stogov
|
75e4f43d0c
|
Initial support for client-part SOAP headers (very incomlete)
|
2004-02-03 16:44:57 +00:00 |
|
Marcus Boerger
|
b1c77fcce3
|
TSRM fixes
|
2004-02-02 21:27:13 +00:00 |
|
Dmitry Stogov
|
4b74d4fbba
|
Server part support for "document" style encoding was implemented
|
2004-01-30 16:32:53 +00:00 |
|
Dmitry Stogov
|
b81645edd3
|
SOAP 1.2 specification conformity was improved
|
2004-01-30 15:07:19 +00:00 |
|
Dmitry Stogov
|
134faf074c
|
Support for https:// through proxy was implemented
|
2004-01-30 09:26:56 +00:00 |
|
Dmitry Stogov
|
26cb17718c
|
*** empty log message ***
|
2004-01-29 17:24:03 +00:00 |
|
Dmitry Stogov
|
05114460ba
|
Rollback: persistent PHP streams (dont work with "kafka")
|
2004-01-29 15:32:06 +00:00 |
|
Dmitry Stogov
|
c33d480386
|
PHP4 support
HTTP proxy support for PHP4
Using persistent PHP streams for HTTP connections
|
2004-01-29 15:11:16 +00:00 |
|
Dmitry Stogov
|
e439a1af7f
|
fix: "Authors" corrected
|
2004-01-29 11:51:11 +00:00 |
|
Dmitry Stogov
|
5ab77a9268
|
Support for HTTP proxies was implemented
|
2004-01-29 11:26:52 +00:00 |
|
Derick Rethans
|
9d2f84e411
|
- Add our standard header
|
2004-01-29 09:27:06 +00:00 |
|
Dmitry Stogov
|
6cf3c8586e
|
Error reoprting improved by prefix
New 'HTTP' fault code
Source cleanup
|
2004-01-28 16:47:49 +00:00 |
|
Dmitry Stogov
|
43f0131ea1
|
Source cleanup
|
2004-01-28 13:31:28 +00:00 |
|
Dmitry Stogov
|
4af9e35316
|
fix: HTTP keep-alive
|
2004-01-27 16:19:22 +00:00 |
|
Dmitry Stogov
|
c10038a9ee
|
enabling HTTP status code 100 (used by Delphi SOAP)
|
2004-01-27 16:07:58 +00:00 |
|
Dmitry Stogov
|
a6c94a8bf9
|
SOAP Fault uses HTTP status code 500
|
2004-01-27 15:49:34 +00:00 |
|
Dmitry Stogov
|
b0b60d945f
|
Proper handling of SOAPAction in SOAP 1.1 and SOAP 1.2
|
2004-01-27 06:54:14 +00:00 |
|
Dmitry Stogov
|
ef9e734593
|
SOAP 1.2 support was improved
|
2004-01-15 10:59:24 +00:00 |
|