summaryrefslogtreecommitdiff
path: root/ext/soap/php_packet_soap.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* This incorrect contraction started to get on my eyes after I saw it for theRasmus Lerdorf2010-09-031-1/+1
* 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
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client)Dmitry Stogov2006-11-061-1/+13
* Nuke signed/unsigned compiler warningsDmitry Stogov2006-07-111-13/+13
* Fixed bug #38005 (SoapFault faultstring doesn't follow encoding rules)Dmitry Stogov2006-07-101-3/+15
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #32776 (SOAP doesn't support one-way operations)Dmitry Stogov2005-04-201-0/+5
* Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFa...Dmitry Stogov2005-03-221-0/+5
* Fixed bug #30175 (SOAP results aren't parsed correctly)Dmitry Stogov2004-10-051-0/+3
* Fixed bug #29842 (soapclient return null value)Dmitry Stogov2004-08-271-0/+4
* Merged bug fixes from PHP_5_0.Dmitry Stogov2004-08-261-2/+6
* Fixed bug #28239 (No results returned on SOAP call, no error given)Dmitry Stogov2004-05-211-5/+10
* Fixed possible crashDmitry Stogov2004-04-011-4/+5
* Some small improvments, support for new style constructors, support for excep...Dmitry Stogov2004-04-011-4/+7
* WSDL caching was implementedDmitry Stogov2004-02-101-43/+46
* WSDL parsing speedup. Source cleanup.Dmitry Stogov2004-02-051-9/+2
* SOAP Headers was implemented (near complete)Dmitry Stogov2004-02-041-11/+32
* Initial support for client-part SOAP headers (very incomlete)Dmitry Stogov2004-02-031-1/+12
* Server-part support for SOAP Headers was implemented (incomplete)Dmitry Stogov2004-02-021-9/+52
* SOAP 1.2 specification conformity was improvedDmitry Stogov2004-01-301-13/+38
* 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-1/+0
* Support for SOAP 1.2 Fault/Code/Value and Fault/Reason/TextDmitry Stogov2004-01-261-2/+9
* SOAP 1.2 Fault support (Code,Reason,Datail instead of faultcode,faultstring,...)Dmitry Stogov2004-01-261-16/+35
* Support for SOAP 1.2 RPC binding (<rpc:result>)Dmitry Stogov2004-01-261-7/+10
* XML Schema support (decoding of xsi:nil with attributes)Dmitry Stogov2004-01-261-7/+3
* XML Schema support was improvedDmitry Stogov2004-01-231-3/+3
* Fix some warningsMarcus Boerger2004-01-191-1/+1
* SOAP 1.2 support was improvedDmitry Stogov2004-01-151-11/+11
* SOAP message must not contain a Document Type DeclarationDmitry Stogov2004-01-141-0/+4
* Source ceanupDmitry Stogov2004-01-131-19/+14
* WSDL: support for multiple services/ports/bindings was implementedDmitry Stogov2004-01-131-1/+1
* XML parsing warnings and notices were disabled.Dmitry Stogov2004-01-131-0/+7
* Source cleanup.Dmitry Stogov2004-01-091-29/+29
* SOAP Encoding/Decoding were improved.Dmitry Stogov2004-01-091-20/+27
* SOAP versioning model was implemented (support for SOAP 1.1 and SOAP 1.2)Dmitry Stogov2004-01-081-10/+21
* PHP5 support, better encoding and WSDL support, interop round 2 base and groupBDmitry Stogov2004-01-051-110/+178
* Miscellaneous compilation warning, coding standards, build related,Wez Furlong2003-03-041-1/+0
* Modifying TS build.Andrey Hristov2003-01-131-3/+3
* - protect the function against a non-xml documentJan Kneschke2002-11-221-1/+5
* some more doc/lit stuffBrad LaFountain2002-08-141-29/+45
* Sync with Sourceforge CVSBrad LaFountain2002-08-071-5/+3