Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
| | |||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 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 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -8/+8 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | ext/soap support for phpng (incomplete - just compilable) | Dmitry Stogov | 2014-05-15 | 1 | -6/+6 |
|/ | |||||
* | 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 |
| | |||||
* | Remove some more calls to TSRMLS_FETCH() | Michael Maclean | 2010-03-25 | 1 | -2/+2 |
| | |||||
* | Remove some calls to TSRMLS_FETCH in ext/soap | Michael Maclean | 2010-03-25 | 1 | -6/+6 |
| | |||||
* | 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 |
| | |||||
* | Fixed bug #37013 (server hangs when returning circular object references) | Dmitry Stogov | 2007-04-02 | 1 | -0/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Added ability to make SOAP call userspace PHP<->XML converters | Dmitry Stogov | 2006-09-20 | 1 | -12/+0 |
| | |||||
* | Nuke signed/unsigned compiler warnings | Dmitry Stogov | 2006-07-11 | 1 | -2/+2 |
| | |||||
* | Some encodings were assumed to be default and, thus, were not made | Andrei Zmievski | 2006-04-17 | 1 | -0/+1 |
| | | | | | persistent. | ||||
* | Speed up SoapClient/SoapServer constructors by caching WSDL structures | Andrei Zmievski | 2006-04-09 | 1 | -0/+1 |
| | | | | | | in memory. All WSDL files will be cached, unless turned off via an option to the constructor. | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught ↵ | Dmitry Stogov | 2005-03-22 | 1 | -0/+4 |
| | | | | SoapFault exception) | ||||
* | Fixed bug #29839 (incorrect convert (xml:lang to lang)) | Dmitry Stogov | 2004-08-26 | 1 | -0/+2 |
| | |||||
* | constants for MIME/DIME encoding were added | Dmitry Stogov | 2004-02-24 | 1 | -0/+6 |
| | |||||
* | Source cleanup | Dmitry Stogov | 2004-02-13 | 1 | -8/+0 |
| | |||||
* | Old in-memory WSDL cache was removed (it was already switched off by #ifdef) | Dmitry Stogov | 2004-02-13 | 1 | -1/+0 |
| | |||||
* | WSDL cache was disabled by default (see WSDL_CACHE macro) | Dmitry Stogov | 2004-02-06 | 1 | -0/+1 |
| | | | | | WSDL related memory leaks were fixed | ||||
* | Free XML documents after WSDL parsing (they no longer need). | Dmitry Stogov | 2004-02-06 | 1 | -3/+3 |
| | |||||
* | PHP API was changed (see readme.html for more details). | Dmitry Stogov | 2004-02-05 | 1 | -43/+43 |
| | |||||
* | 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 | -2/+0 |
| | | | | | | New 'HTTP' fault code Source cleanup | ||||
* | Add namespaces to <Envelope> (not ot subnodes) | Dmitry Stogov | 2004-01-28 | 1 | -5/+6 |
| | |||||
* | Support for SOAP 1.2 RPC binding (<rpc:result>) | Dmitry Stogov | 2004-01-26 | 1 | -3/+2 |
| | |||||
* | XML Schema support (decoding of xsi:nil with attributes) | Dmitry Stogov | 2004-01-26 | 1 | -38/+2 |
| | | | | | Source Cleanup | ||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-23 | 1 | -19/+19 |
| | | | | | suport for type extension | ||||
* | XML Schema support | Dmitry Stogov | 2004-01-20 | 1 | -0/+1 |
| | | | | | | | - support for <element> 'ref' attibute was implemented - support for inline types - support for <list> and <union> (incompleate) | ||||
* | Support for SOAP 1.2 HTTP binding namespase was added | Dmitry Stogov | 2004-01-16 | 1 | -1/+2 |
| | |||||
* | Support for SOAP 1.2 array encoding/decoding was implemented | Dmitry Stogov | 2004-01-15 | 1 | -5/+0 |
| | |||||
* | SOAP 1.2 support was improved | Dmitry Stogov | 2004-01-15 | 1 | -6/+10 |
| | |||||
* | SOAP 1.2 support was improved | Dmitry Stogov | 2004-01-15 | 1 | -0/+2 |
| | |||||
* | WSDL: restrictions support (whiteSpace, minLength, maxLength, length) | Dmitry Stogov | 2004-01-14 | 1 | -0/+2 |
| |