php-src/ext/soap
Wez Furlong b68739f7f9 - 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.
2003-03-05 14:23:56 +00:00
..
interop * Update copyright year to 2003. 2003-01-04 11:56:35 +00:00
config.m4 Miscellaneous compilation warning, coding standards, build related, 2003-03-04 23:01:24 +00:00
EXPERIMENTAL import php-soap library from sourceforge 2002-07-07 23:03:43 +00:00
libs.mk import php-soap library from sourceforge 2002-07-07 23:03:43 +00:00
Makefile import php-soap library from sourceforge 2002-07-07 23:03:43 +00:00
Makefile.in import php-soap library from sourceforge 2002-07-07 23:03:43 +00:00
package.xml * fixed some errors in package.xml 2002-07-21 06:35:55 +00:00
php_encoding.c Miscellaneous compilation warning, coding standards, build related, 2003-03-04 23:01:24 +00:00
php_encoding.h Moved to C style comments. 2003-01-17 19:35:13 +00:00
php_http.c - Remove legacy non-streams code (as discussed with Brad). 2003-03-05 14:23:56 +00:00
php_http.h - Remove legacy non-streams code (as discussed with Brad). 2003-03-05 14:23:56 +00:00
php_packet_soap.c Miscellaneous compilation warning, coding standards, build related, 2003-03-04 23:01:24 +00:00
php_packet_soap.h Modifying TS build. 2003-01-13 16:39:16 +00:00
php_schema.c Migrated to C style comments. 2003-01-14 20:24:40 +00:00
php_schema.h import php-soap library from sourceforge 2002-07-07 23:03:43 +00:00
php_sdl.c Miscellaneous compilation warning, coding standards, build related, 2003-03-04 23:01:24 +00:00
php_sdl.h Moved to C style comments. 2003-01-17 19:35:13 +00:00
php_soap.dsp Sync with Sourceforge CVS 2002-08-07 03:03:09 +00:00
php_soap.h - Remove legacy non-streams code (as discussed with Brad). 2003-03-05 14:23:56 +00:00
php_xml.c - Remove legacy non-streams code (as discussed with Brad). 2003-03-05 14:23:56 +00:00
php_xml.h - Remove legacy non-streams code (as discussed with Brad). 2003-03-05 14:23:56 +00:00
soap.c - Remove legacy non-streams code (as discussed with Brad). 2003-03-05 14:23:56 +00:00
TODO changes in the past shouldn't have compiled. 2003-02-26 03:04:00 +00:00