X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_message_body.c;h=79c8bf765095852bd2798cf1ae80e077a287de12;hb=cc30ee04597652ea22bcfaa5918714b35a9ea40d;hp=518dbc9b71ef34b57362a63463a2f100c7d5e3b7;hpb=a81472d0108d16e680980a9e0c1b4af0d629c43a;p=m6w6%2Fext-http diff --git a/src/php_http_message_body.c b/src/php_http_message_body.c index 518dbc9..79c8bf7 100644 --- a/src/php_http_message_body.c +++ b/src/php_http_message_body.c @@ -907,7 +907,7 @@ PHP_METHOD(HttpMessageBody, stat) } static zend_function_entry php_http_message_body_methods[] = { - PHP_ME(HttpMessageBody, __construct, ai_HttpMessageBody___construct, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) + PHP_ME(HttpMessageBody, __construct, ai_HttpMessageBody___construct, ZEND_ACC_PUBLIC) PHP_ME(HttpMessageBody, __toString, ai_HttpMessageBody___toString, ZEND_ACC_PUBLIC) PHP_MALIAS(HttpMessageBody, toString, __toString, ai_HttpMessageBody___toString, ZEND_ACC_PUBLIC) PHP_MALIAS(HttpMessageBody, serialize, __toString, ai_HttpMessageBody___toString, ZEND_ACC_PUBLIC)