X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_request_object.h;h=bbb4e966f87ec7df197132dae6ee44e8e67d39c6;hb=5aa958980652d72433ba8e9e500b8dfd123d56a1;hp=35d7a379baf7d1f50b5cc45ae02419dd73ea9222;hpb=40e535bf0ccece715c2ccc640148fab5ebd9a053;p=m6w6%2Fext-http diff --git a/php_http_request_object.h b/php_http_request_object.h index 35d7a37..bbb4e96 100644 --- a/php_http_request_object.h +++ b/php_http_request_object.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2005, Michael Wallner | + | Copyright (c) 2004-2006, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -46,9 +46,9 @@ extern STATUS _http_request_object_requesthandler(http_request_object *obj, zval extern STATUS _http_request_object_responsehandler(http_request_object *obj, zval *this_ptr TSRMLS_DC); PHP_METHOD(HttpRequest, __construct); -PHP_METHOD(HttpRequest, __destruct); PHP_METHOD(HttpRequest, setOptions); PHP_METHOD(HttpRequest, getOptions); +PHP_METHOD(HttpRequest, addSslOptions); PHP_METHOD(HttpRequest, setSslOptions); PHP_METHOD(HttpRequest, getSslOptions); PHP_METHOD(HttpRequest, addHeaders);