summaryrefslogtreecommitdiff
path: root/ext/soap/php_http.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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