summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compilation warningsDmitry Stogov2016-06-231-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-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 yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-3/+3
| |
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-1/+1
| |
* | ported ext/soapAnatol Belski2014-08-191-1/+1
| |
* | ext/soap support for phpng (incomplete - just compilable)Dmitry Stogov2014-05-151-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* Fixed bug #49144 (import of schema from different host transmits original ↵Dmitry Stogov2009-08-171-0/+5
| | | | authentication details)
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-111-1/+1
|
* Cleaned up Andrei's patch for caching WSDL in process memory, added TTL and ↵Dmitry Stogov2006-04-191-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 structuresAndrei Zmievski2006-04-091-1/+7
| | | | | | in memory. All WSDL files will be cached, unless turned off via an option to the constructor.
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Support for element's form and schema's elementFormDefault attributes ↵Dmitry Stogov2005-04-201-13/+14
| | | | (qualified/unqualified)
* Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught ↵Dmitry Stogov2005-03-221-1/+2
| | | | SoapFault exception)
* Support for <soap:body> "parts" attributeDmitry Stogov2005-03-211-1/+0
|
* Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)Dmitry Stogov2004-11-091-1/+1
|
* Fixed bug #29839 (incorrect convert (xml:lang to lang))Dmitry Stogov2004-08-261-0/+1
|
* WSDL support for <soap:headerfault> was implementedDmitry Stogov2004-02-241-0/+1
|
* Support for SOAP Fault encoding according to WSDL <fault> and <soap:fault>Dmitry Stogov2004-02-191-13/+36
|
* Source cleanupDmitry Stogov2004-02-131-2/+1
|
* Old in-memory WSDL cache was removed (it was already switched off by #ifdef)Dmitry Stogov2004-02-131-12/+0
|
* WSDL support for unknown extensibility elements and wsdl:required attribute ↵Dmitry Stogov2004-02-121-1/+0
| | | | (Interop Round3 GroupF)
* WSDL caching was implementedDmitry Stogov2004-02-101-31/+37
|
* WSDL cache was disabled by default (see WSDL_CACHE macro)Dmitry Stogov2004-02-061-1/+14
| | | | | WSDL related memory leaks were fixed
* Free XML documents after WSDL parsing (they no longer need).Dmitry Stogov2004-02-061-4/+19
|
* SOAP Headers was implemented (near complete)Dmitry Stogov2004-02-041-4/+14
|
* fix: "Authors" correctedDmitry Stogov2004-01-291-1/+3
|
* - Add our standard headerDerick Rethans2004-01-291-0/+19
|
* Add namespaces to <Envelope> (not ot subnodes)Dmitry Stogov2004-01-281-0/+1
|
* XML Schema support (decoding of xsi:nil with attributes)Dmitry Stogov2004-01-261-51/+54
| | | | | Source Cleanup
* XML Schema support was improvedDmitry Stogov2004-01-231-4/+2
| | | | | | | support for type extension support for attribute encoding/decoding support for SOAP 1.2 array encoding/decoding
* XML Schema support was improvedDmitry Stogov2004-01-231-3/+7
| | | | | suport for type extension
* XML Schema support was improvedDmitry Stogov2004-01-221-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 improvedDmitry Stogov2004-01-211-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 supportDmitry Stogov2004-01-201-0/+13
| | | | | | | - support for <element> 'ref' attibute was implemented - support for inline types - support for <list> and <union> (incompleate)
* XML Scheam supportDmitry Stogov2004-01-191-0/+1
|