X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client_request.c;h=9055f490f379097411ed6b73fb86b68e0a4c1646;hp=71a9129e3f994f6513c64c023c88ae66afcafb26;hb=d5d03014cff8c8ca80ee7866af100d3ceae1bd8f;hpb=2ac8caf0e31b5dfd386c0a0b811cd918620c0a17;ds=sidebyside diff --git a/src/php_http_client_request.c b/src/php_http_client_request.c index 71a9129..9055f49 100644 --- a/src/php_http_client_request.c +++ b/src/php_http_client_request.c @@ -273,7 +273,7 @@ static PHP_METHOD(HttpClientRequest, getSslOptions) } static zend_function_entry php_http_client_request_methods[] = { - PHP_ME(HttpClientRequest, __construct, ai_HttpClientRequest___construct, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) + PHP_ME(HttpClientRequest, __construct, ai_HttpClientRequest___construct, ZEND_ACC_PUBLIC) PHP_ME(HttpClientRequest, setContentType, ai_HttpClientRequest_setContentType, ZEND_ACC_PUBLIC) PHP_ME(HttpClientRequest, getContentType, ai_HttpClientRequest_getContentType, ZEND_ACC_PUBLIC) PHP_ME(HttpClientRequest, setQuery, ai_HttpClientRequest_setQuery, ZEND_ACC_PUBLIC)