X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_pqcur.c;fp=src%2Fphp_pqcur.c;h=9989533f967ef58e05e8685f4900f739f8c4ddf7;hb=8897b5a581a86279a2ee371784b6b7670c8b8cc1;hp=682b78aa01d8828bfd8a7823e46692cddc455907;hpb=c7085becd38d66f3b9c1170f11b22f2a83951afa;p=m6w6%2Fext-pq diff --git a/src/php_pqcur.c b/src/php_pqcur.c index 682b78a..9989533 100644 --- a/src/php_pqcur.c +++ b/src/php_pqcur.c @@ -400,7 +400,7 @@ static PHP_METHOD(pqcur, moveAsync) } static zend_function_entry php_pqcur_methods[] = { - PHP_ME(pqcur, __construct, ai_pqcur___construct, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) + PHP_ME(pqcur, __construct, ai_pqcur___construct, ZEND_ACC_PUBLIC) PHP_ME(pqcur, open, ai_pqcur_open, ZEND_ACC_PUBLIC) PHP_ME(pqcur, openAsync, ai_pqcur_openAsync, ZEND_ACC_PUBLIC) PHP_ME(pqcur, close, ai_pqcur_close, ZEND_ACC_PUBLIC)