#
32b6d2fb |
| 25-Feb-2004 |
Dmitry Stogov |
HTTP compression support (gzip and deflate)
|
#
0b0eb80f |
| 24-Feb-2004 |
Dmitry Stogov |
WSDL support for <soap:headerfault> was implemented
|
#
0dadb2bb |
| 19-Feb-2004 |
Dmitry Stogov |
fix: prevent possible crash
|
#
15ccb3be |
| 19-Feb-2004 |
Dmitry Stogov |
Support for SOAP Fault encoding according to WSDL <fault> and <soap:fault>
|
#
cbec795c |
| 18-Feb-2004 |
Dmitry Stogov |
fix: SoapFault constructor fixed to confirm documentation.
|
#
7edf9bc2 |
| 17-Feb-2004 |
Dmitry Stogov |
support for XMLSchema <element> nillable attribute
|
#
168dc362 |
| 17-Feb-2004 |
Dmitry Stogov |
Encoding of ommited tail parameters as NULLs
|
Revision tags: php-4.3.5RC3 |
|
#
939a8d43 |
| 16-Feb-2004 |
Dmitry Stogov |
Prevent processing SOAP headers with invalid namespace in WSDL mode.
|
#
b21756c1 |
| 13-Feb-2004 |
Dmitry Stogov |
Source cleanup
|
#
81af85c3 |
| 13-Feb-2004 |
Dmitry Stogov |
Old in-memory WSDL cache was removed (it was already switched off by #ifdef)
|
#
dcb3189d |
| 13-Feb-2004 |
Dmitry Stogov |
SoapClient::__getTypes and SoapClient::__getFunctions were fixed to return proper information
|
#
69eb0041 |
| 12-Feb-2004 |
Dmitry Stogov |
fix: possible crash was fixed
|
Revision tags: php-5.0.0b4 |
|
#
30171a75 |
| 12-Feb-2004 |
Zeev Suraski |
zend_default_classes.h -> zend_exceptions.h
|
#
07e3413e |
| 12-Feb-2004 |
Dmitry Stogov |
Using zend_throw_exception_object() instead of EG(exception).
|
Revision tags: php-5.0.0b4RC1 |
|
#
6096b091 |
| 11-Feb-2004 |
Dmitry Stogov |
Now SoapClient uses excptions as default method for error reporting
|
#
20add786 |
| 10-Feb-2004 |
Dmitry Stogov |
WSDL caching was implemented
|
#
a55f6cb6 |
| 09-Feb-2004 |
Dmitry Stogov |
Allowing to report SOAP Fault with "return new SoapFault(...)"
|
#
3b19e196 |
| 09-Feb-2004 |
Dmitry Stogov |
Allowing to pass request to SoapServer::handle direct (not through $HTTP_RAW_POST_DATA).
|
#
59ab20b2 |
| 06-Feb-2004 |
Dmitry Stogov |
optimization
|
#
6ae97a5b |
| 06-Feb-2004 |
Dmitry Stogov |
WSDL cache was disabled by default (see WSDL_CACHE macro) WSDL related memory leaks were fixed
|
#
88c11689 |
| 06-Feb-2004 |
Dmitry Stogov |
Free XML documents after WSDL parsing (they no longer need).
|
#
c22d7cf8 |
| 06-Feb-2004 |
Dmitry Stogov |
PHP5 and WIN32 support was improved
|
#
50827378 |
| 05-Feb-2004 |
Dmitry Stogov |
PHP API was changed (see readme.html for more details).
|
#
2c1dcf32 |
| 05-Feb-2004 |
Dmitry Stogov |
WSDL parsing speedup. Source cleanup.
|
#
62572919 |
| 04-Feb-2004 |
Dmitry Stogov |
SoapServer::fault() method was implemented Unnecesurry namespaces was removed form SOAP fault responces
|