- fix config.m4 (CURL_LIBS define was missing)
authorMichael Wallner <mike@php.net>
Mon, 5 Sep 2005 15:12:46 +0000 (15:12 +0000)
committerMichael Wallner <mike@php.net>
Mon, 5 Sep 2005 15:12:46 +0000 (15:12 +0000)
commit61f165688d2cc39424678829a145c8cbab51d1af
tree8a54d2730deef29781db3ad0e8a84f3d7ee34ef9
parent1e4135540cb45994d2fc3ef3ede3bc168a7d839c
- fix config.m4 (CURL_LIBS define was missing)
- fix HAVE_LIBMHASH -> HTTP_HAVE_MHASH macro
- check for curl_*_strerror() in the lib and assume they're there for windows
- separate http_request_method_api (should be available even without libcurl)
- use custom displayer for http.etag_mode INI entry
- simplify phpinfo() output
14 files changed:
config.m4
config.w32
http.c
http.dsp
http_cache_api.c
http_functions.c
http_request_api.c
http_request_method_api.c [new file with mode: 0644]
http_request_pool_api.c
php_http.h
php_http_cache_api.h
php_http_request_api.h
php_http_request_method_api.h [new file with mode: 0644]
php_http_std_defs.h