Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0 |
|
#
ba5f6677 |
| 28-Sep-2005 |
Dmitry Stogov |
Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception)
|
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year
|
#
c9571d77 |
| 02-Aug-2005 |
Dmitry Stogov |
Fixed ZTS build
|
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
b41a7ad1 |
| 01-Jun-2005 |
Dmitry Stogov |
Fixed bug #32941 (Sending structured SOAP fault kills a php)
|
#
7288226d |
| 20-Apr-2005 |
Dmitry Stogov |
Support for element's form and schema's elementFormDefault attributes (qualified/unqualified)
|
Revision tags: RELEASE_0_3 |
|
#
55c25c72 |
| 03-Apr-2005 |
George Schlossnagle |
Fix qualified names for attributes according to attributeFormDefault. Add SOAP Interop tests from Dmitry.
|
Revision tags: php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2 |
|
#
fedbd214 |
| 22-Mar-2005 |
Dmitry Stogov |
Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFault exception)
|
#
d2731eb5 |
| 18-Mar-2005 |
George Schlossnagle |
doc should not be freed here, as it is used later in the code path.
|
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, 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, PRE_NEW_VM_GEN_PATCH |
|
#
ace46233 |
| 26-Sep-2004 |
Marcus Boerger |
Fix TSRM build
|
Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2 |
|
#
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, php-5.0.0RC4, php-5.0.0, php-4.3.8, 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 |
|
#
9dd08266 |
| 01-Apr-2004 |
Dmitry Stogov |
Fixed bug #27722 (Segfault on schema without targetNamespace).
|
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 |
|
#
9da18c12 |
| 24-Feb-2004 |
Dmitry Stogov |
fix: anotaion -> anotation
|
#
feed42e0 |
| 24-Feb-2004 |
Dmitry Stogov |
XML Schema support was improved: support for <element> default, fixed and nillable
|
#
7edf9bc2 |
| 17-Feb-2004 |
Dmitry Stogov |
support for XMLSchema <element> nillable attribute
|
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)
|
Revision tags: php-5.0.0b4, php-5.0.0b4RC1 |
|
#
20add786 |
| 10-Feb-2004 |
Dmitry Stogov |
WSDL caching was implemented
|
#
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).
|
#
2c1dcf32 |
| 05-Feb-2004 |
Dmitry Stogov |
WSDL parsing speedup. Source cleanup.
|
Revision tags: php-4.3.5RC2 |
|
#
a70a620a |
| 02-Feb-2004 |
Dmitry Stogov |
fix: proper handling of SOAP 1.1 href and unresolved attributes references
|
#
b81645ed |
| 30-Jan-2004 |
Dmitry Stogov |
SOAP 1.2 specification conformity was improved
|