Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed compilation warnings | Dmitry Stogov | 2016-06-23 | 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 |
| | | |||||
| * | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -3/+3 |
| | | |||||
* | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | ported ext/soap | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
| | | |||||
* | | ext/soap support for phpng (incomplete - just compilable) | Dmitry Stogov | 2014-05-15 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| | |||||
* | 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/+5 |
| | | | | 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 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Nuke signed/unsigned compiler warnings | Dmitry Stogov | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and ↵ | Dmitry Stogov | 2006-04-19 | 1 | -4/+1 |
| | | | | | | | | | | LIMIT for memory cache. Memory cache is disblead by fefault because it is experemental and isn't tested enough. It can be enabled whit configuartion directive "soap.wsdl_cache = WSDL_CACHE_MEMORY" or "soap.wsdl_cache = WSDL_CACHE_BOTH" or derectly in SoapClent/SoapServer constructor: $ws = new SoapClient($wsdl, array("cache_wsdl"=>WSDL_CACHE_BOTH)) Disk and memory caches use the same TTL value - "soap.wsdl_cache_ttl". Configuration directive "soap.wsdl_cache_limit" restricts the number of cached wsdl files in memory. Adding new files into full memory cache will delete oldest files from it. Note that, each PHP process or thread uses it's own memory cache. | ||||
* | Speed up SoapClient/SoapServer constructors by caching WSDL structures | Andrei Zmievski | 2006-04-09 | 1 | -1/+7 |
| | | | | | | 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 |
| | |||||
* | Support for element's form and schema's elementFormDefault attributes ↵ | Dmitry Stogov | 2005-04-20 | 1 | -13/+14 |
| | | | | (qualified/unqualified) | ||||
* | Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught ↵ | Dmitry Stogov | 2005-03-22 | 1 | -1/+2 |
| | | | | SoapFault exception) | ||||
* | Support for <soap:body> "parts" attribute | Dmitry Stogov | 2005-03-21 | 1 | -1/+0 |
| | |||||
* | Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob) | Dmitry Stogov | 2004-11-09 | 1 | -1/+1 |
| | |||||
* | Fixed bug #29839 (incorrect convert (xml:lang to lang)) | Dmitry Stogov | 2004-08-26 | 1 | -0/+1 |
| | |||||
* | WSDL support for <soap:headerfault> was implemented | Dmitry Stogov | 2004-02-24 | 1 | -0/+1 |
| | |||||
* | Support for SOAP Fault encoding according to WSDL <fault> and <soap:fault> | Dmitry Stogov | 2004-02-19 | 1 | -13/+36 |
| | |||||
* | Source cleanup | Dmitry Stogov | 2004-02-13 | 1 | -2/+1 |
| | |||||
* | Old in-memory WSDL cache was removed (it was already switched off by #ifdef) | Dmitry Stogov | 2004-02-13 | 1 | -12/+0 |
| | |||||
* | WSDL support for unknown extensibility elements and wsdl:required attribute ↵ | Dmitry Stogov | 2004-02-12 | 1 | -1/+0 |
| | | | | (Interop Round3 GroupF) | ||||
* | WSDL caching was implemented | Dmitry Stogov | 2004-02-10 | 1 | -31/+37 |
| | |||||
* | WSDL cache was disabled by default (see WSDL_CACHE macro) | Dmitry Stogov | 2004-02-06 | 1 | -1/+14 |
| | | | | | WSDL related memory leaks were fixed | ||||
* | Free XML documents after WSDL parsing (they no longer need). | Dmitry Stogov | 2004-02-06 | 1 | -4/+19 |
| | |||||
* | SOAP Headers was implemented (near complete) | Dmitry Stogov | 2004-02-04 | 1 | -4/+14 |
| | |||||
* | fix: "Authors" corrected | Dmitry Stogov | 2004-01-29 | 1 | -1/+3 |
| | |||||
* | - Add our standard header | Derick Rethans | 2004-01-29 | 1 | -0/+19 |
| | |||||
* | Add namespaces to <Envelope> (not ot subnodes) | Dmitry Stogov | 2004-01-28 | 1 | -0/+1 |
| | |||||
* | XML Schema support (decoding of xsi:nil with attributes) | Dmitry Stogov | 2004-01-26 | 1 | -51/+54 |
| | | | | | Source Cleanup | ||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-23 | 1 | -4/+2 |
| | | | | | | | support for type extension support for attribute encoding/decoding support for SOAP 1.2 array encoding/decoding | ||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-23 | 1 | -3/+7 |
| | | | | | suport for type extension | ||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-22 | 1 | -24/+36 |
| | | | | | | | | | | support for content model (<sequence>,<all>,<choice>) support for top-level <group> support for <group> 'ref' attribute support for content model encoding/decoding (incomplete) support for attribute encoding/decoding (incomplete) support for <attribute> with inline anonymous <simpleType> | ||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-21 | 1 | -7/+9 |
| | | | | | | | | | | xml tree cleanup (save memory and parsing time) support for <inclide> and <import> support for top-level <attribute> support for <attribute> 'ref' attribute support for top-level <attributeGroup> support for <attributeGroup> 'ref' attribute | ||||
* | XML Schema support | Dmitry Stogov | 2004-01-20 | 1 | -0/+13 |
| | | | | | | | - support for <element> 'ref' attibute was implemented - support for inline types - support for <list> and <union> (incompleate) | ||||
* | XML Scheam support | Dmitry Stogov | 2004-01-19 | 1 | -0/+1 |
| |