summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed: possible remote overflow and possible efree(NULL) crashStefan Esser2004-04-081-3/+20
|
* Support for domain cookiesDmitry Stogov2004-04-021-1/+16
|
* SoapClint support for multiple hosts (through WSDL) with cookies.Dmitry Stogov2004-04-021-64/+152
|
* Some small improvments, support for new style constructors, support for ↵Dmitry Stogov2004-04-011-1/+1
| | | | exceptions other then SoapFault
* HTTP compression support (gzip and deflate)Dmitry Stogov2004-02-251-12/+111
|
* BUGFIX: bug in HTTP chunked encoding was fixedDmitry Stogov2004-02-201-5/+5
|
* Reading HTTP responses without "Content-Length:" but with "Connection: close"Dmitry Stogov2004-02-191-22/+30
|
* BUGFIX: HTTP chunked transfer-encoding supportDmitry Stogov2004-02-181-13/+28
|
* fix: prevent of possible crashDmitry Stogov2004-02-161-2/+2
|
* Initial support for client-part SOAP headers (very incomlete)Dmitry Stogov2004-02-031-4/+3
|
* TSRM fixesMarcus Boerger2004-02-021-0/+2
|
* Server part support for "document" style encoding was implementedDmitry Stogov2004-01-301-3/+5
|
* SOAP 1.2 specification conformity was improvedDmitry Stogov2004-01-301-5/+13
|
* Support for https:// through proxy was implementedDmitry Stogov2004-01-301-95/+92
|
* *** empty log message ***Dmitry Stogov2004-01-291-19/+51
|
* Rollback: persistent PHP streams (dont work with "kafka")Dmitry Stogov2004-01-291-15/+0
|
* PHP4 supportDmitry Stogov2004-01-291-30/+100
| | | | | | HTTP proxy support for PHP4 Using persistent PHP streams for HTTP connections
* fix: "Authors" correctedDmitry Stogov2004-01-291-1/+3
|
* Support for HTTP proxies was implementedDmitry Stogov2004-01-291-14/+73
|
* - Add our standard headerDerick Rethans2004-01-291-0/+19
|
* Error reoprting improved by prefixDmitry Stogov2004-01-281-20/+26
| | | | | | New 'HTTP' fault code Source cleanup
* Source cleanupDmitry Stogov2004-01-281-1/+1
|
* fix: HTTP keep-aliveDmitry Stogov2004-01-271-0/+2
|
* enabling HTTP status code 100 (used by Delphi SOAP)Dmitry Stogov2004-01-271-3/+2
|
* SOAP Fault uses HTTP status code 500Dmitry Stogov2004-01-271-19/+28
|
* Proper handling of SOAPAction in SOAP 1.1 and SOAP 1.2Dmitry Stogov2004-01-271-5/+10
|
* SOAP 1.2 support was improvedDmitry Stogov2004-01-151-11/+11
|
* SOAP 1.2 support was improvedDmitry Stogov2004-01-151-4/+8
|
* WSDL: encoding rpc/document and encoded/literalDmitry Stogov2004-01-141-1/+1
|
* FIX: memory leakDmitry Stogov2004-01-131-0/+1
|
* WSDL: support for multiple services/ports/bindings was implementedDmitry Stogov2004-01-131-43/+31
|
* Check for "<?xml" header was removedDmitry Stogov2004-01-131-1/+2
|
* XML parsing warnings and notices were disabled.Dmitry Stogov2004-01-131-2/+3
|
* HTTP Cookies support (see interop round2 base kafka)Dmitry Stogov2004-01-131-23/+33
|
* Source cleanup.Dmitry Stogov2004-01-091-45/+48
|
* BUGFIX: close string with smart_str_0()Dmitry Stogov2004-01-091-0/+2
|
* Support for persistent HTTP connections was implemented (keep-alive)Dmitry Stogov2004-01-091-24/+37
|
* HTTP Authentication was implementedDmitry Stogov2004-01-081-2/+20
|
* https:// support was implemented for PHP5Dmitry Stogov2004-01-061-90/+93
|
* PHP5 support, better encoding and WSDL support, interop round 2 base and groupBDmitry Stogov2004-01-051-62/+88
|
* - Remove legacy non-streams code (as discussed with Brad).Wez Furlong2003-03-051-154/+111
| | | | | | | | | | | | - 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-27/+26
| | | | | | | | memory leak and segfault related fixes. The simple soap client/server code examples now run without leaking or segfaulting.
* Migrated to C style comments.Andrey Hristov2003-01-141-17/+23
|
* Modifying TS build.Andrey Hristov2003-01-131-13/+13
| | | | | Migrating to _ex API for hash traversal.
* - fixed a buffer under runJan Kneschke2002-11-221-6/+6
| | | | | | - initializing variables is a good thing - in case of a invalid response we don't seg-fault here anymore
* Sync with Sourceforge CVSBrad LaFountain2002-08-071-43/+34
|
* a few fixesShane Caraveo2002-07-141-20/+28
| | | | | | | | fix __isfault fix decimal encoding fix a couple crashers in release builds by initializing variables set http to 1.0 since 1.1 features are not really supported
* import php-soap library from sourceforgeShane Caraveo2002-07-071-0/+495