X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqtxn.c;h=70b7ec91d797ea5e10bff10d540d4963b4e82bb3;hp=9a97a8f9567a8ca390359c901e5f142cda145f80;hb=8897b5a581a86279a2ee371784b6b7670c8b8cc1;hpb=b00e81afafdb7bc6e76b6ef4d283f5b5fb8feec7 diff --git a/src/php_pqtxn.c b/src/php_pqtxn.c index 9a97a8f..70b7ec9 100644 --- a/src/php_pqtxn.c +++ b/src/php_pqtxn.c @@ -843,7 +843,7 @@ static PHP_METHOD(pqtxn, exportLOB) { } static zend_function_entry php_pqtxn_methods[] = { - PHP_ME(pqtxn, __construct, ai_pqtxn_construct, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) + PHP_ME(pqtxn, __construct, ai_pqtxn_construct, ZEND_ACC_PUBLIC) PHP_ME(pqtxn, commit, ai_pqtxn_commit, ZEND_ACC_PUBLIC) PHP_ME(pqtxn, rollback, ai_pqtxn_rollback, ZEND_ACC_PUBLIC) PHP_ME(pqtxn, commitAsync, ai_pqtxn_commit_async, ZEND_ACC_PUBLIC)