- ditch http_split_response()
authorMichael Wallner <mike@php.net>
Tue, 23 Aug 2005 18:14:11 +0000 (18:14 +0000)
committerMichael Wallner <mike@php.net>
Tue, 23 Aug 2005 18:14:11 +0000 (18:14 +0000)
commit0d925a2820b9d75b8e32c451fd400863e51e22fe
treefdf72cac7e1855f4e54adbb0a622cd0bddc30afa
parent1d37eec22d2a073acd8785431621c26c2312a246
- ditch http_split_response()
- unify parsing of HTTP pre-header line; add info api
- add several log facilities through http_exit()
- several other fixbits

# unfinished...
31 files changed:
config.m4
config.w32
http.c
http.dsp
http_api.c
http_cache_api.c
http_functions.c
http_headers_api.c
http_info_api.c [new file with mode: 0644]
http_message_api.c
http_message_object.c
http_request_api.c
http_request_object.c
http_response_object.c
http_send_api.c
http_url_api.c
http_util_object.c
missing.c
php_http.h
php_http_api.h
php_http_cache_api.h
php_http_headers_api.h
php_http_info_api.h [new file with mode: 0644]
php_http_message_api.h
php_http_send_api.h
php_http_std_defs.h
php_http_util_object.h
phpstr/phpstr.c
phpstr/phpstr.h
tests/split_response_001.phpt [deleted file]
tests/split_response_002.phpt [deleted file]