Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -9/+9 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
| | |||||
* | ported ext/soap | Anatol Belski | 2014-08-19 | 1 | -2/+2 |
| | |||||
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -3/+3 |
| | |||||
* | Fixed WSDL attibute parsing | Dmitry Stogov | 2014-05-16 | 1 | -2/+1 |
| | |||||
* | ext/soap support for phpng (incomplete - just compilable) | Dmitry Stogov | 2014-05-15 | 1 | -222/+220 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Improved fix for bug #44686 (SOAP-ERROR: Parsing WSDL) | Dmitry Stogov | 2013-07-31 | 1 | -5/+49 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references) | Dmitry Stogov | 2011-11-14 | 1 | -5/+5 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #49144 (import of schema from different host transmits original ↵ | Dmitry Stogov | 2009-08-17 | 1 | -0/+3 |
| | | | | authentication details) | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #42359 (xsd:list type not parsed) | Dmitry Stogov | 2007-08-31 | 1 | -3/+25 |
| | |||||
* | Fixed memory leak | Dmitry Stogov | 2007-02-15 | 1 | -1/+4 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Last set of zend_hash_init() optimizations | Ilia Alshanetsky | 2006-10-03 | 1 | -2/+2 |
| | |||||
* | Nuke signed/unsigned compiler warnings | Dmitry Stogov | 2006-07-11 | 1 | -193/+123 |
| | |||||
* | MFH: fix #37807 (segmentation fault during SOAP schema import) | Antony Dovgal | 2006-06-19 | 1 | -1/+1 |
| | |||||
* | Speed up SoapClient/SoapServer constructors by caching WSDL structures | Andrei Zmievski | 2006-04-09 | 1 | -0/+127 |
| | | | | | | in memory. All WSDL files will be cached, unless turned off via an option to the constructor. | ||||
* | Fixed Bug #36614 (Segfault when using Soap) | Dmitry Stogov | 2006-03-15 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Fixed possible SIGSEGV (Rob Richards) | Dmitry Stogov | 2005-12-09 | 1 | -1/+5 |
| | |||||
* | Fixed bug #35142 (SOAP Client/Server Complex Object Support) | Dmitry Stogov | 2005-11-08 | 1 | -2/+18 |
| | |||||
* | Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception) | Dmitry Stogov | 2005-09-28 | 1 | -4/+0 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed ZTS build | Dmitry Stogov | 2005-08-02 | 1 | -7/+7 |
| | |||||
* | Fixed bug #32941 (Sending structured SOAP fault kills a php) | Dmitry Stogov | 2005-06-01 | 1 | -11/+1 |
| | |||||
* | Support for element's form and schema's elementFormDefault attributes ↵ | Dmitry Stogov | 2005-04-20 | 1 | -6/+40 |
| | | | | (qualified/unqualified) | ||||
* | Fix qualified names for attributes according to attributeFormDefault. | George Schlossnagle | 2005-04-03 | 1 | -1/+19 |
| | | | | | Add SOAP Interop tests from Dmitry. | ||||
* | Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught ↵ | Dmitry Stogov | 2005-03-22 | 1 | -2/+41 |
| | | | | SoapFault exception) | ||||
* | doc should not be freed here, as it is used later in the code path. | George Schlossnagle | 2005-03-18 | 1 | -1/+0 |
| | |||||
* | Fix TSRM build | Marcus Boerger | 2004-09-26 | 1 | -1/+0 |
| | |||||
* | Fixed bug #29839 (incorrect convert (xml:lang to lang)) | Dmitry Stogov | 2004-08-26 | 1 | -0/+9 |
| | |||||
* | php_error() -> php_error_docref() (Marcus, Dmitry) | Dmitry Stogov | 2004-05-05 | 1 | -78/+78 |
| | |||||
* | Fixed bug #27742 (WDSL SOAP Parsing Schema bug) | Dmitry Stogov | 2004-04-02 | 1 | -1/+5 |
| | |||||
* | Fixed bug #27722 (Segfault on schema without targetNamespace). | Dmitry Stogov | 2004-04-01 | 1 | -97/+101 |
| | |||||
* | fix: anotaion -> anotation | Dmitry Stogov | 2004-02-24 | 1 | -8/+8 |
| | |||||
* | XML Schema support was improved: support for <element> default, fixed and ↵ | Dmitry Stogov | 2004-02-24 | 1 | -1/+7 |
| | | | | nillable | ||||
* | support for XMLSchema <element> nillable attribute | Dmitry Stogov | 2004-02-17 | 1 | -0/+3 |
| | |||||
* | Source cleanup | Dmitry Stogov | 2004-02-13 | 1 | -16/+12 |
| | |||||
* | Old in-memory WSDL cache was removed (it was already switched off by #ifdef) | Dmitry Stogov | 2004-02-13 | 1 | -151/+151 |
| | |||||
* | WSDL caching was implemented | Dmitry Stogov | 2004-02-10 | 1 | -17/+10 |
| | |||||
* | optimization | Dmitry Stogov | 2004-02-06 | 1 | -6/+7 |
| | |||||
* | WSDL cache was disabled by default (see WSDL_CACHE macro) | Dmitry Stogov | 2004-02-06 | 1 | -150/+153 |
| | | | | | WSDL related memory leaks were fixed | ||||
* | Free XML documents after WSDL parsing (they no longer need). | Dmitry Stogov | 2004-02-06 | 1 | -104/+141 |
| |