X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_header.c;h=4c9a7025684051ade431db1f730cff99083bbd11;hp=8c71cdeceaae7f2c4d75db7abe998477b24b4490;hb=d5d03014cff8c8ca80ee7866af100d3ceae1bd8f;hpb=2ac8caf0e31b5dfd386c0a0b811cd918620c0a17;ds=sidebyside diff --git a/src/php_http_header.c b/src/php_http_header.c index 8c71cde..4c9a702 100644 --- a/src/php_http_header.c +++ b/src/php_http_header.c @@ -398,7 +398,7 @@ PHP_METHOD(HttpHeader, parse) } static zend_function_entry php_http_header_methods[] = { - PHP_ME(HttpHeader, __construct, ai_HttpHeader___construct, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) + PHP_ME(HttpHeader, __construct, ai_HttpHeader___construct, ZEND_ACC_PUBLIC) PHP_ME(HttpHeader, serialize, ai_HttpHeader_serialize, ZEND_ACC_PUBLIC) ZEND_MALIAS(HttpHeader, __toString, serialize, ai_HttpHeader_serialize, ZEND_ACC_PUBLIC) ZEND_MALIAS(HttpHeader, toString, serialize, ai_HttpHeader_serialize, ZEND_ACC_PUBLIC)