X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqcopy.c;h=e94567945e8784088d7eb3bc7334f5c9cea29418;hp=1b3a3aa9212e6daca9eea49faaa8cc578f40ff5f;hb=8897b5a581a86279a2ee371784b6b7670c8b8cc1;hpb=63362a2ae0c2b34a1e11f57d2c4980b5d6403691 diff --git a/src/php_pqcopy.c b/src/php_pqcopy.c index 1b3a3aa..e945679 100644 --- a/src/php_pqcopy.c +++ b/src/php_pqcopy.c @@ -293,7 +293,7 @@ static PHP_METHOD(pqcopy, get) { } static zend_function_entry php_pqcopy_methods[] = { - PHP_ME(pqcopy, __construct, ai_pqcopy_construct, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) + PHP_ME(pqcopy, __construct, ai_pqcopy_construct, ZEND_ACC_PUBLIC) PHP_ME(pqcopy, put, ai_pqcopy_put, ZEND_ACC_PUBLIC) PHP_ME(pqcopy, end, ai_pqcopy_end, ZEND_ACC_PUBLIC) PHP_ME(pqcopy, get, ai_pqcopy_get, ZEND_ACC_PUBLIC)