]> granicus.if.org Git - php/commit
- Remove legacy non-streams code (as discussed with Brad).
authorWez Furlong <wez@php.net>
Wed, 5 Mar 2003 14:23:56 +0000 (14:23 +0000)
committerWez Furlong <wez@php.net>
Wed, 5 Mar 2003 14:23:56 +0000 (14:23 +0000)
commitb68739f7f9c9838bed94dae6ef614059c1302ecf
tree39ea6a4fe3dda0bfcbaaa76d9f8b1ac28f5037c1
parent6ad2420d2d5797545e288a937f5eb35f4f46a5cf
- Remove legacy non-streams code (as discussed with Brad).
- 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.
ext/soap/php_http.c
ext/soap/php_http.h
ext/soap/php_soap.h
ext/soap/php_xml.c
ext/soap/php_xml.h
ext/soap/soap.c