summaryrefslogtreecommitdiff
path: root/ext/soap/php_encoding.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-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
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-8/+8
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | ext/soap support for phpng (incomplete - just compilable)Dmitry Stogov2014-05-151-6/+6
|/
* 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
|
* Remove some more calls to TSRMLS_FETCH()Michael Maclean2010-03-251-2/+2
|
* Remove some calls to TSRMLS_FETCH in ext/soapMichael Maclean2010-03-251-6/+6
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* 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
|
* Fixed bug #37013 (server hangs when returning circular object references)Dmitry Stogov2007-04-021-0/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Added ability to make SOAP call userspace PHP<->XML convertersDmitry Stogov2006-09-201-12/+0
|
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-111-2/+2
|
* Some encodings were assumed to be default and, thus, were not madeAndrei Zmievski2006-04-171-0/+1
| | | | | persistent.
* Speed up SoapClient/SoapServer constructors by caching WSDL structuresAndrei Zmievski2006-04-091-0/+1
| | | | | | 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
|
* Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught ↵Dmitry Stogov2005-03-221-0/+4
| | | | SoapFault exception)
* Fixed bug #29839 (incorrect convert (xml:lang to lang))Dmitry Stogov2004-08-261-0/+2
|
* constants for MIME/DIME encoding were addedDmitry Stogov2004-02-241-0/+6
|
* Source cleanupDmitry Stogov2004-02-131-8/+0
|
* Old in-memory WSDL cache was removed (it was already switched off by #ifdef)Dmitry Stogov2004-02-131-1/+0
|
* WSDL cache was disabled by default (see WSDL_CACHE macro)Dmitry Stogov2004-02-061-0/+1
| | | | | WSDL related memory leaks were fixed
* Free XML documents after WSDL parsing (they no longer need).Dmitry Stogov2004-02-061-3/+3
|
* PHP API was changed (see readme.html for more details).Dmitry Stogov2004-02-051-43/+43
|
* fix: "Authors" correctedDmitry Stogov2004-01-291-1/+3
|
* - Add our standard headerDerick Rethans2004-01-291-0/+19
|
* Error reoprting improved by prefixDmitry Stogov2004-01-281-2/+0
| | | | | | New 'HTTP' fault code Source cleanup
* Add namespaces to <Envelope> (not ot subnodes)Dmitry Stogov2004-01-281-5/+6
|
* Support for SOAP 1.2 RPC binding (<rpc:result>)Dmitry Stogov2004-01-261-3/+2
|
* XML Schema support (decoding of xsi:nil with attributes)Dmitry Stogov2004-01-261-38/+2
| | | | | Source Cleanup
* XML Schema support was improvedDmitry Stogov2004-01-231-19/+19
| | | | | suport for type extension
* XML Schema supportDmitry Stogov2004-01-201-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 addedDmitry Stogov2004-01-161-1/+2
|
* Support for SOAP 1.2 array encoding/decoding was implementedDmitry Stogov2004-01-151-5/+0
|
* SOAP 1.2 support was improvedDmitry Stogov2004-01-151-6/+10
|
* SOAP 1.2 support was improvedDmitry Stogov2004-01-151-0/+2
|
* WSDL: restrictions support (whiteSpace, minLength, maxLength, length)Dmitry Stogov2004-01-141-0/+2
|
* array/object encodingDmitry Stogov2004-01-141-0/+3
|
* WSDL: encoding rpc/document and encoded/literalDmitry Stogov2004-01-141-3/+3
|
* WSDL: support for "http://schemas.xmlsoap.org/wsdl/soap12/" binding was addedDmitry Stogov2004-01-131-0/+2
|
* WSDL: support for multiple services/ports/bindings was implementedDmitry Stogov2004-01-131-43/+1
|