summaryrefslogtreecommitdiff
path: root/ext/soap/php_xml.c
Commit message (Collapse)AuthorAgeFilesLines
* - Remove legacy non-streams code (as discussed with Brad).Wez Furlong2003-03-051-0/+28
| | | | | | | | | | | | - 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.
* Migrated to C style comments.Andrey Hristov2003-01-141-2/+2
|
* Sync with Sourceforge CVSBrad LaFountain2002-08-071-1/+1
|
* import php-soap library from sourceforgeShane Caraveo2002-07-071-0/+214