Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Cleanup: avoid reallocations | Dmitry Stogov | 2015-09-24 | 1 | -23/+20 |
| | | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -11/+11 |
| | | | | | | | | semantick changes). | ||||
* | | fix uninitialized value warn | Anatol Belski | 2015-02-11 | 1 | -1/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -10/+10 |
| | | |||||
* | | Drop duplicate arg from hash_get_current_key_ex | Nikita Popov | 2014-12-26 | 1 | -2/+2 |
| | | |||||
* | | 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 |
| |