Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SOAP Fault uses HTTP status code 500 | Dmitry Stogov | 2004-01-27 | 1 | -19/+28 | |
| | ||||||
* | Proper handling of SOAPAction in SOAP 1.1 and SOAP 1.2 | Dmitry Stogov | 2004-01-27 | 1 | -5/+10 | |
| | ||||||
* | SOAP 1.2 support was improved | Dmitry Stogov | 2004-01-15 | 1 | -11/+11 | |
| | ||||||
* | SOAP 1.2 support was improved | Dmitry Stogov | 2004-01-15 | 1 | -4/+8 | |
| | ||||||
* | WSDL: encoding rpc/document and encoded/literal | Dmitry Stogov | 2004-01-14 | 1 | -1/+1 | |
| | ||||||
* | FIX: memory leak | Dmitry Stogov | 2004-01-13 | 1 | -0/+1 | |
| | ||||||
* | WSDL: support for multiple services/ports/bindings was implemented | Dmitry Stogov | 2004-01-13 | 1 | -43/+31 | |
| | ||||||
* | Check for "<?xml" header was removed | Dmitry Stogov | 2004-01-13 | 1 | -1/+2 | |
| | ||||||
* | XML parsing warnings and notices were disabled. | Dmitry Stogov | 2004-01-13 | 1 | -2/+3 | |
| | ||||||
* | HTTP Cookies support (see interop round2 base kafka) | Dmitry Stogov | 2004-01-13 | 1 | -23/+33 | |
| | ||||||
* | Source cleanup. | Dmitry Stogov | 2004-01-09 | 1 | -45/+48 | |
| | ||||||
* | BUGFIX: close string with smart_str_0() | Dmitry Stogov | 2004-01-09 | 1 | -0/+2 | |
| | ||||||
* | Support for persistent HTTP connections was implemented (keep-alive) | Dmitry Stogov | 2004-01-09 | 1 | -24/+37 | |
| | ||||||
* | HTTP Authentication was implemented | Dmitry Stogov | 2004-01-08 | 1 | -2/+20 | |
| | ||||||
* | https:// support was implemented for PHP5 | Dmitry Stogov | 2004-01-06 | 1 | -90/+93 | |
| | ||||||
* | PHP5 support, better encoding and WSDL support, interop round 2 base and groupB | Dmitry Stogov | 2004-01-05 | 1 | -62/+88 | |
| | ||||||
* | - Remove legacy non-streams code (as discussed with Brad). | Wez Furlong | 2003-03-05 | 1 | -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 Furlong | 2003-03-04 | 1 | -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 Hristov | 2003-01-14 | 1 | -17/+23 | |
| | ||||||
* | Modifying TS build. | Andrey Hristov | 2003-01-13 | 1 | -13/+13 | |
| | | | | | Migrating to _ex API for hash traversal. | |||||
* | - fixed a buffer under run | Jan Kneschke | 2002-11-22 | 1 | -6/+6 | |
| | | | | | | - initializing variables is a good thing - in case of a invalid response we don't seg-fault here anymore | |||||
* | Sync with Sourceforge CVS | Brad LaFountain | 2002-08-07 | 1 | -43/+34 | |
| | ||||||
* | a few fixes | Shane Caraveo | 2002-07-14 | 1 | -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 sourceforge | Shane Caraveo | 2002-07-07 | 1 | -0/+495 | |