X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqstm.c;h=a5caa1bd5f5bff865cfe2faaadd40f21694f7726;hp=9e927dc80fdd0747ab5c147e85ccf6adac37d797;hb=8897b5a581a86279a2ee371784b6b7670c8b8cc1;hpb=63362a2ae0c2b34a1e11f57d2c4980b5d6403691 diff --git a/src/php_pqstm.c b/src/php_pqstm.c index 9e927dc..a5caa1b 100644 --- a/src/php_pqstm.c +++ b/src/php_pqstm.c @@ -459,7 +459,7 @@ static PHP_METHOD(pqstm, prepareAsync) } static zend_function_entry php_pqstm_methods[] = { - PHP_ME(pqstm, __construct, ai_pqstm_construct, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) + PHP_ME(pqstm, __construct, ai_pqstm_construct, ZEND_ACC_PUBLIC) PHP_ME(pqstm, bind, ai_pqstm_bind, ZEND_ACC_PUBLIC) PHP_ME(pqstm, deallocate, ai_pqstm_deallocate, ZEND_ACC_PUBLIC) PHP_ME(pqstm, deallocateAsync, ai_pqstm_deallocate_async, ZEND_ACC_PUBLIC)