Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2 |
|
#
e31bc5a6 |
| 23-Mar-2005 |
Dmitry Stogov |
Allow define connection timeout throught "connection_timeout" option in SoapClient constructor.
|
#
d247e074 |
| 16-Mar-2005 |
Ilia Alshanetsky |
Fixed bug #32326 (Check values of Connection/Transfer-Encoding case-incentively).
|
Revision tags: php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
3c314100 |
| 02-Feb-2005 |
Dmitry Stogov |
Fixed bug #31747 (SOAP Digest Authentication doesn't work with "HTTP/1.1 100 Continue" response)
|
#
83e6e404 |
| 02-Feb-2005 |
Dmitry Stogov |
Fixed bug #31755 (Cannot create SOAP header in no namespace)
|
#
2d8e73b9 |
| 25-Jan-2005 |
Dmitry Stogov |
Fixed bug #28041 (SOAP HTTP Digest Access Authentication was implemented)
|
#
a343fc84 |
| 20-Jan-2005 |
Dmitry Stogov |
Support for HTTP error codes
|
#
c35353ea |
| 20-Jan-2005 |
Dmitry Stogov |
Fixed bug #30901 (can't send cookies with soap envelop). void SoapClient::__setCookie(string name [, string value])
|
#
56025c6a |
| 20-Jan-2005 |
Dmitry Stogov |
Support for HTTPS with digital certificates.
|
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2 |
|
#
a1c85ca6 |
| 01-Dec-2004 |
Dmitry Stogov |
Fixed bug #30329 (Error Fetching http body, No Content-Length, connection closed or chunked data).
|
#
5b074c04 |
| 01-Dec-2004 |
Dmitry Stogov |
Port 443 is default for https, so we shouldn't put it into Host:
|
#
ec4b6f71 |
| 01-Dec-2004 |
Dmitry Stogov |
Fixed bug #30359 (SOAP client requests have no port in "Host" field ).
|
Revision tags: php-5.0.3RC1, php-4.3.10RC1 |
|
#
75c2a2e5 |
| 04-Nov-2004 |
Dmitry Stogov |
Fixed bug #30685 (Malformed SOAPClient http header reequest).
|
Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9 |
|
#
99e290f8 |
| 17-Sep-2004 |
Wez Furlong |
Fix for Bug #24189: possibly unsafe select(2) usage. We avoid the problem by using poll(2). On systems without poll(2) (older bsd-ish systems, and win32), we emulate poll(2) using se
Fix for Bug #24189: possibly unsafe select(2) usage. We avoid the problem by using poll(2). On systems without poll(2) (older bsd-ish systems, and win32), we emulate poll(2) using select(2) and check for valid descriptors before attempting to access them via the descriptor sets. If an out-of-range descriptor is detected, an E_WARNING is raised suggesting that PHP should be recompiled with a larger FD_SETSIZE (and also with a suggested value). Most uses of select(2) in the source are to poll a single descriptor, so a couple of handy wrapper functions have been added to make this easier. A configure option --enable-fd-setsize has been added to both the unix and win32 builds; on unix we default to 16384 and on windows we default to 256. Windows FD_SETSIZE imposes a limit on the maximum number of descriptors that can be select()ed at once, whereas the unix FD_SETSIZE limit is based on the highest numbered descriptor; 256 should be plenty for PHP scripts under windows (the default OS setting is 64). The win32 specific parts are untested; will do that now.
show more ...
|
Revision tags: php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8 |
|
#
4ea8f4b9 |
| 22-Jun-2004 |
Dmitry Stogov |
BUGFIX: Segfault if server's URL has no path. ("http://192.168.8.1:180")
|
#
d9226a1d |
| 21-Jun-2004 |
Dmitry Stogov |
Support for HTTP redirection.
|
#
0282ad79 |
| 10-Jun-2004 |
Dmitry Stogov |
Fixed bug #28702 (SOAP does not parse WSDL service address correctly).
|
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1 |
|
#
2b3e1842 |
| 27-May-2004 |
Dmitry Stogov |
BUGFIX: Prevent crash on error in send_http_soap_request()
|
Revision tags: php-4.3.7RC1, RELEASE_0_1_1 |
|
#
38ef28e4 |
| 20-May-2004 |
Dmitry Stogov |
Allowing user defined SOAP transports with SoapClient::__doRequest()
|
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3 |
|
#
6b12a452 |
| 08-Apr-2004 |
Stefan Esser |
Fixed: possible remote overflow and possible efree(NULL) crash
|
Revision tags: php-4.3.6RC2 |
|
#
b010daa9 |
| 02-Apr-2004 |
Dmitry Stogov |
Support for domain cookies
|
#
6f6ef6de |
| 02-Apr-2004 |
Dmitry Stogov |
SoapClint support for multiple hosts (through WSDL) with cookies.
|
Revision tags: php-4.3.6RC1 |
|
#
40bb7344 |
| 01-Apr-2004 |
Dmitry Stogov |
Some small improvments, support for new style constructors, support for exceptions other then SoapFault
|
Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0 |
|
#
32b6d2fb |
| 25-Feb-2004 |
Dmitry Stogov |
HTTP compression support (gzip and deflate)
|
#
8fc28527 |
| 20-Feb-2004 |
Dmitry Stogov |
BUGFIX: bug in HTTP chunked encoding was fixed
|
#
bac45303 |
| 19-Feb-2004 |
Dmitry Stogov |
Reading HTTP responses without "Content-Length:" but with "Connection: close"
|