summaryrefslogtreecommitdiff
path: root/ext/soap/php_soap.h
Commit message (Expand)AuthorAgeFilesLines
* ifdef'ed the code but not the includesBrian France2005-06-161-0/+2
* Fixed bug #31747 (SOAP Digest Authentication doesn't work with "HTTP/1.1 100 ...Dmitry Stogov2005-02-021-0/+3
* Class mapping was implemented (Bug #29385 Soapserver always uses std class).Dmitry Stogov2004-11-161-0/+2
* Fixed bug #28969 (Wrong data encoding of special characters).Dmitry Stogov2004-08-101-0/+2
* php_error() -> php_error_docref() (Marcus, Dmitry)Dmitry Stogov2004-05-051-0/+12
* SoapClint support for multiple hosts (through WSDL) with cookies.Dmitry Stogov2004-04-021-0/+2
* HTTP compression support (gzip and deflate)Dmitry Stogov2004-02-251-0/+4
* Old in-memory WSDL cache was removed (it was already switched off by #ifdef)Dmitry Stogov2004-02-131-1/+0
* Now SoapClient uses excptions as default method for error reportingDmitry Stogov2004-02-111-0/+2
* WSDL caching was implementedDmitry Stogov2004-02-101-0/+3
* Free XML documents after WSDL parsing (they no longer need).Dmitry Stogov2004-02-061-4/+3
* WSDL parsing speedup. Source cleanup.Dmitry Stogov2004-02-051-1/+1
* Initial support for client-part SOAP headers (very incomlete)Dmitry Stogov2004-02-031-0/+11
* Server-part support for SOAP Headers was implemented (incomplete)Dmitry Stogov2004-02-021-16/+3
* fix: "Authors" correctedDmitry Stogov2004-01-291-1/+3
* - Add our standard headerDerick Rethans2004-01-291-0/+19
* XML Schema support (decoding of xsi:nil with attributes)Dmitry Stogov2004-01-261-5/+4
* SOAP 1.2 support was improvedDmitry Stogov2004-01-151-0/+1
* Source ceanupDmitry Stogov2004-01-131-152/+2
* WSDL: support for multiple services/ports/bindings was implementedDmitry Stogov2004-01-131-36/+1
* Source cleanup.Dmitry Stogov2004-01-091-54/+40
* let soap build with php5Wez Furlong2004-01-091-2/+2
* Fixed build.Ilia Alshanetsky2004-01-091-0/+3
* SOAP versioning model was implemented (support for SOAP 1.1 and SOAP 1.2)Dmitry Stogov2004-01-081-3/+6
* PHP5 support, better encoding and WSDL support, interop round 2 base and groupBDmitry Stogov2004-01-051-72/+9
* fixes to enable module buildingAlan Knowles2003-03-141-0/+8
* - Remove legacy non-streams code (as discussed with Brad).Wez Furlong2003-03-051-15/+7
* Miscellaneous compilation warning, coding standards, build related,Wez Furlong2003-03-041-11/+3
* changes in the past shouldn't have compiled.Brad LaFountain2003-02-261-6/+6
* making it compilable under ZE2 (PHP5).Andrey Hristov2003-02-081-5/+7
* Moved to C style comments.Andrey Hristov2003-01-171-9/+13
* Modifying TS build.Andrey Hristov2003-01-131-3/+3
* Sync with Sourceforge CVSBrad LaFountain2002-08-071-8/+49
* a few fixesShane Caraveo2002-07-141-0/+2
* import php-soap library from sourceforgeShane Caraveo2002-07-071-0/+375