- http_request_defaults() already takes care of resetting curl options so check strin...
authorMichael Wallner <mike@php.net>
Fri, 6 Jan 2006 23:34:45 +0000 (23:34 +0000)
committerMichael Wallner <mike@php.net>
Fri, 6 Jan 2006 23:34:45 +0000 (23:34 +0000)
commitfa1a275e2b5e1b9dfb5bcbf97b51ef2b568e433c
treecd871fd50a935487e153350c3c0320e38421c4df
parenta8a5b1e48e697c1e989c7b534e22de3ea1f7d561
- http_request_defaults() already takes care of resetting curl options so check string length in the conditional where reasonable
- move redirect constants and init to http_send_api
- register global version constants
- php_stream_open_wrapper already takes care of open_basedir on http_log()
- add HTTP_REDIRECT_AUTO being PHP default behaviour and make it default for http_redirect()
- fix tests
http.c
http_api.c
http_functions.c
http_headers_api.c
http_request_api.c
http_send_api.c
php_http_headers_api.h
php_http_send_api.h
tests/HttpRequest_007.phpt
tests/HttpRequest_008.phpt