summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.h
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSLSVN Migration2006-10-151-36/+0
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Fixed HTTP basic authentication headers during subrequsts to xsd filesDmitry Stogov2005-07-081-0/+2
|
* Support for HTTP redirection.Dmitry Stogov2004-06-211-2/+8
|
* Allowing user defined SOAP transports with SoapClient::__doRequest()Dmitry Stogov2004-05-201-1/+1
|
* fix: "Authors" correctedDmitry Stogov2004-01-291-1/+3
|
* - Add our standard headerDerick Rethans2004-01-291-0/+19
|
* SOAP 1.2 support was improvedDmitry Stogov2004-01-151-1/+1
|
* WSDL: support for multiple services/ports/bindings was implementedDmitry Stogov2004-01-131-1/+1
|
* PHP5 support, better encoding and WSDL support, interop round 2 base and groupBDmitry Stogov2004-01-051-6/+2
|
* - Remove legacy non-streams code (as discussed with Brad).Wez Furlong2003-03-051-16/+2
| | | | | | | | | | | | - Make get_http_header_value() work using case-insensitive compares for the header names, as per relevant RFC's. - General performance boost for get_http_headers(). - Fix a crash bug when a malformed URL is passed to the soap client. - Implement https:// support in the the soap client. (does not verify the remote server certificate; it provides an encrypted link only). - Provide a hook for libxml to parse files using any registered PHP wrapper, including https://, ftps:// and any user-space streams.
* Miscellaneous compilation warning, coding standards, build related,Wez Furlong2003-03-041-1/+1
| | | | | | | | memory leak and segfault related fixes. The simple soap client/server code examples now run without leaking or segfaulting.
* Modifying TS build.Andrey Hristov2003-01-131-4/+4
| | | | | Migrating to _ex API for hash traversal.
* import php-soap library from sourceforgeShane Caraveo2002-07-071-0/+25