Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -1/+1 |
| | | | | semantick changes). | ||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -27/+27 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| | |||||
* | Fixed support for empty strings | Dmitry Stogov | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | fixed refcounting | Dmitry Stogov | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | Fixed destructive assignment | Dmitry Stogov | 2014-05-15 | 1 | -3/+7 |
| | |||||
* | ext/soap support for phpng (incomplete - just compilable) | Dmitry Stogov | 2014-05-15 | 1 | -55/+49 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - cleanup ze1/ze2 | Pierre Joye | 2010-09-16 | 1 | -2/+0 |
| | |||||
* | This incorrect contraction started to get on my eyes after I saw it for the | Rasmus Lerdorf | 2010-09-03 | 1 | -1/+1 |
| | | | | | 87th time while struggling with an annoying SOAP service. | ||||
* | Remove some more calls to TSRMLS_FETCH() | Michael Maclean | 2010-03-25 | 1 | -9/+9 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -2/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client) | Dmitry Stogov | 2006-11-06 | 1 | -1/+13 |
| | |||||
* | Nuke signed/unsigned compiler warnings | Dmitry Stogov | 2006-07-11 | 1 | -13/+13 |
| | |||||
* | Fixed bug #38005 (SoapFault faultstring doesn't follow encoding rules) | Dmitry Stogov | 2006-07-10 | 1 | -3/+15 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #32776 (SOAP doesn't support one-way operations) | Dmitry Stogov | 2005-04-20 | 1 | -0/+5 |
| | |||||
* | Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught ↵ | Dmitry Stogov | 2005-03-22 | 1 | -0/+5 |
| | | | | SoapFault exception) | ||||
* | Fixed bug #30175 (SOAP results aren't parsed correctly) | Dmitry Stogov | 2004-10-05 | 1 | -0/+3 |
| | |||||
* | Fixed bug #29842 (soapclient return null value) | Dmitry Stogov | 2004-08-27 | 1 | -0/+4 |
| | |||||
* | Merged bug fixes from PHP_5_0. | Dmitry Stogov | 2004-08-26 | 1 | -2/+6 |
| | |||||
* | Fixed bug #28239 (No results returned on SOAP call, no error given) | Dmitry Stogov | 2004-05-21 | 1 | -5/+10 |
| | |||||
* | Fixed possible crash | Dmitry Stogov | 2004-04-01 | 1 | -4/+5 |
| | |||||
* | Some small improvments, support for new style constructors, support for ↵ | Dmitry Stogov | 2004-04-01 | 1 | -4/+7 |
| | | | | exceptions other then SoapFault | ||||
* | WSDL caching was implemented | Dmitry Stogov | 2004-02-10 | 1 | -43/+46 |
| | |||||
* | WSDL parsing speedup. Source cleanup. | Dmitry Stogov | 2004-02-05 | 1 | -9/+2 |
| | |||||
* | SOAP Headers was implemented (near complete) | Dmitry Stogov | 2004-02-04 | 1 | -11/+32 |
| | |||||
* | Initial support for client-part SOAP headers (very incomlete) | Dmitry Stogov | 2004-02-03 | 1 | -1/+12 |
| | |||||
* | Server-part support for SOAP Headers was implemented (incomplete) | Dmitry Stogov | 2004-02-02 | 1 | -9/+52 |
| | |||||
* | SOAP 1.2 specification conformity was improved | Dmitry Stogov | 2004-01-30 | 1 | -13/+38 |
| | |||||
* | fix: "Authors" corrected | Dmitry Stogov | 2004-01-29 | 1 | -1/+3 |
| | |||||
* | - Add our standard header | Derick Rethans | 2004-01-29 | 1 | -0/+19 |
| | |||||
* | Error reoprting improved by prefix | Dmitry Stogov | 2004-01-28 | 1 | -1/+0 |
| | | | | | | New 'HTTP' fault code Source cleanup | ||||
* | Support for SOAP 1.2 Fault/Code/Value and Fault/Reason/Text | Dmitry Stogov | 2004-01-26 | 1 | -2/+9 |
| | |||||
* | SOAP 1.2 Fault support (Code,Reason,Datail instead of faultcode,faultstring,...) | Dmitry Stogov | 2004-01-26 | 1 | -16/+35 |
| | |||||
* | Support for SOAP 1.2 RPC binding (<rpc:result>) | Dmitry Stogov | 2004-01-26 | 1 | -7/+10 |
| | |||||
* | XML Schema support (decoding of xsi:nil with attributes) | Dmitry Stogov | 2004-01-26 | 1 | -7/+3 |
| | | | | | Source Cleanup | ||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-23 | 1 | -3/+3 |
| | | | | | suport for type extension | ||||
* | Fix some warnings | Marcus Boerger | 2004-01-19 | 1 | -1/+1 |
| |