- add HttpRequest::flushCookies() (libcurl>=7.17.1)
authorMichael Wallner <mike@php.net>
Fri, 5 Oct 2007 07:36:08 +0000 (07:36 +0000)
committerMichael Wallner <mike@php.net>
Fri, 5 Oct 2007 07:36:08 +0000 (07:36 +0000)
commitef504c97eb98ff93e63d32452aca0684ed3c514a
treeb2b6cc5ea5434b658da71c2e340c44d6adb943f8
parentd8d4c50ac3637c4fafae5cec91501795b334c11e
- add HttpRequest::flushCookies() (libcurl>=7.17.1)
- fix HttpRequest's resetCookies() and enableCookies() to only trigger
  the error if libcurl version is insufficient
- don't use zval_is_true, which converts the zval to boolean
- remove all refs to HAVE_CURL_GETFORMDATA
http_functions.c
http_request_api.c
http_request_body_api.c
http_request_object.c
http_requestdatashare_object.c
http_response_object.c
package2.xml
php_http_request_api.h
php_http_request_object.h