#
7288226d |
| 20-Apr-2005 |
Dmitry Stogov |
Support for element's form and schema's elementFormDefault attributes (qualified/unqualified) |
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11 |
|
#
8dff9911 |
| 28-Mar-2005 |
Dmitry Stogov |
Fixed wrong SOAP headers encoding/decoding. |
Revision tags: php-5.0.4RC2, php-4.3.11RC2 |
|
#
756c5784 |
| 21-Mar-2005 |
Dmitry Stogov |
Support for <soap:body> "parts" attribute |
#
2d521a73 |
| 17-Mar-2005 |
foobar |
Revert bad fix |
#
effa111c |
| 16-Mar-2005 |
Rasmus Lerdorf |
Fix Jani breakage |
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 |
|
#
fea1b5b3 |
| 31-Jan-2005 |
Dmitry Stogov |
Fixed SIGSEGV when restoring WSDL without functions from cache |
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1 |
|
#
9c5661f0 |
| 09-Nov-2004 |
Dmitry Stogov |
Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob) |
Revision tags: PRE_NEW_VM_GEN_PATCH |
|
#
ace46233 |
| 26-Sep-2004 |
Marcus Boerger |
Fix TSRM build |
Revision tags: php-5.0.2 |
|
#
b027850b |
| 22-Sep-2004 |
Dmitry Stogov |
Fixed bug #30182 (SOAP module processing WSDL file dumps core). |
Revision tags: php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2 |
|
#
0384e2ae |
| 26-Aug-2004 |
Dmitry Stogov |
Fixed bug #29839 (incorrect convert (xml:lang to lang)) |
#
dedab09c |
| 26-Aug-2004 |
Dmitry Stogov |
Fixed bug #29839 (incorrect convert (xml:lang to lang)) |
Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1 |
|
#
71b7a543 |
| 19-Jul-2004 |
Dmitry Stogov |
Fixed bugs #29109 and #29236. (WSDL cache failure) |
Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8 |
|
#
7f7f5663 |
| 05-Jul-2004 |
Ilia Alshanetsky |
Eliminate alloca() calls where they can be affected by the users. |
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1 |
|
#
7bddbd7b |
| 05-May-2004 |
Dmitry Stogov |
php_error() -> php_error_docref() (Marcus, Dmitry) |
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2 |
|
#
7dae9e6c |
| 02-Apr-2004 |
Dmitry Stogov |
Fixed bug #27742 (WDSL SOAP Parsing Schema bug) |
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 |
|
#
0b0eb80f |
| 24-Feb-2004 |
Dmitry Stogov |
WSDL support for <soap:headerfault> was implemented |
#
8b9607cf |
| 19-Feb-2004 |
Dmitry Stogov |
Don't try to use <input> name instead of <opeartion> name for encoding RPC call |
#
2d61e362 |
| 19-Feb-2004 |
Dmitry Stogov |
WSDL caching bugs were fixed |
#
15ccb3be |
| 19-Feb-2004 |
Dmitry Stogov |
Support for SOAP Fault encoding according to WSDL <fault> and <soap:fault> |
#
7edf9bc2 |
| 17-Feb-2004 |
Dmitry Stogov |
support for XMLSchema <element> nillable attribute |
#
0ecd198d |
| 17-Feb-2004 |
Dmitry Stogov |
fix: Using proper namespace for <soap:header> if it is not specified. |
#
1350643b |
| 16-Feb-2004 |
Dmitry Stogov |
BUGFIX: incorrect restoring of negative integers from WSDL cache |
Revision tags: php-4.3.5RC3 |
|
#
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) |