- CURLOPT_COOKIELIST needs curl 7.15
authorMichael Wallner <mike@php.net>
Tue, 20 Dec 2005 23:31:24 +0000 (23:31 +0000)
committerMichael Wallner <mike@php.net>
Tue, 20 Dec 2005 23:31:24 +0000 (23:31 +0000)
commita19f558421040b5396b3d76e6c4878d7eda85aba
tree03413b94b7a291670e652bff7d9e082fa5027b97
parent40e535bf0ccece715c2ccc640148fab5ebd9a053
- CURLOPT_COOKIELIST needs curl 7.15
- fixed  typo in phpstr.h
- reimplemented encoding api
- removed http_gzencode()/http_gzdecode(); zlib *can* do that
- http_deflate() accepts various flags now, pass
  HTTP_DEFLATE_TYPE_GZIP for gzip encoding;
  HTTP_DEFLATE_TYPE_ZLIB (default) for HTTP deflate (AKA zlib) encoding
  HTTP_DEFLATE_TYPE_RAW for raw deflate encoding (same as PHPs gzdeflate);
- http_inflate() can decode all 3 formats
15 files changed:
http.c
http_api.c
http_encoding_api.c
http_filter_api.c
http_functions.c
http_message_api.c
http_request_api.c
http_send_api.c
http_util_object.c
php_http.h
php_http_encoding_api.h
php_http_util_object.h
phpstr/phpstr.h
tests/build_url_002.phpt
tests/stream_filters_002.phpt