#
d8b50c81 |
| 20-Apr-2005 |
Dmitry Stogov |
space -> tab
|
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.
|
#
4ecbf179 |
| 23-Mar-2005 |
Dmitry Stogov |
Fixed bug #31695 (Cannot redefine endpoint when using WSDL)
|
#
fedbd214 |
| 22-Mar-2005 |
Dmitry Stogov |
Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)
|
#
713622d3 |
| 20-Mar-2005 |
Dmitry Stogov |
Fixed SoapFault::details passing
|
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 |
|
#
625b79c3 |
| 04-Feb-2005 |
Dmitry Stogov |
Fixed bug #31832 (SOAP encoding problem with complex types in WSDL mode with multiple parts)
|
#
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)
|
#
95063251 |
| 31-Jan-2005 |
Dmitry Stogov |
Empty "detail" was removed from SoapFault object.
|
#
6e8d3e90 |
| 31-Jan-2005 |
Dmitry Stogov |
Fixed memory allocation bug
|
#
d5d127c3 |
| 28-Jan-2005 |
Dmitry Stogov |
Memory leak was fixed
|
#
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])
|
#
a830b0fc |
| 20-Jan-2005 |
Dmitry Stogov |
Fixed bug #31422 (No Error-Logging on SoapServer-Side).
|
#
56025c6a |
| 20-Jan-2005 |
Dmitry Stogov |
Support for HTTPS with digital certificates.
|
Revision tags: php-5.0.3, php-4.3.10 |
|
#
3f0c2347 |
| 14-Dec-2004 |
Dmitry Stogov |
Fixed bug #30994 (SOAP server unable to handle request with references).
|
Revision tags: SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1 |
|
#
df491156 |
| 16-Nov-2004 |
Ilia Alshanetsky |
Fixed possible usage of un-initialized variable.
|
#
a9a5dbd9 |
| 16-Nov-2004 |
Dmitry Stogov |
Class mapping was implemented (Bug #29385 Soapserver always uses std class).
|
#
9c5661f0 |
| 09-Nov-2004 |
Dmitry Stogov |
Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
|
#
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, php-5.0.2RC1 |
|
#
7a149080 |
| 16-Sep-2004 |
Dmitry Stogov |
Fixed crash with SoapFault and register_shutdown_function().
|
#
2a63e78e |
| 15-Sep-2004 |
Dmitry Stogov |
Fixed possible crash
|
Revision tags: php-4.3.9RC3 |
|
#
12752a40 |
| 13-Sep-2004 |
Dmitry Stogov |
Change soap's ctors to __construct(), rename SoapClient->__call() to SoapClinet->__soapCall().
|
#
f8181ba7 |
| 10-Sep-2004 |
Dmitry Stogov |
SoapClient->__call() is renamed to SoapClient->__soap_call().
|
#
621795ef |
| 09-Sep-2004 |
Marcus Boerger |
Fix __call's method signature
|