* Added request options:
authorMichael Wallner <mike@php.net>
Wed, 22 Jul 2009 14:37:55 +0000 (14:37 +0000)
committerMichael Wallner <mike@php.net>
Wed, 22 Jul 2009 14:37:55 +0000 (14:37 +0000)
commitb1ace11a9604ffcc496d32827aa66a2ba99db5ff
tree7ac33d402f32ee63109e651bfe715ca239447501
parent579d5cc7fc3c61a9ff07691653b9a28955331cb2
* Added request options:
 - proxytunnel: enable tunelling through the HTTP proxy
 - noproxy: comma separatet list of hosts (* means all hosts) not to use a proxy for (libcurl >= 7.19.4)
* Added authtype request option constant:
 - HTTP_AUTH_DIGEST_IE
* Added proxytype request option constant:
 - HTTP_PROXY_HTTP_1_0
* Added request info member:
 - condition_unmet (libcurl >= 7.19.4)
KnownIssues.txt
http_request_api.c
http_request_info.c
http_request_object.c
package2.xml
scripts/gen_curlinfo.php