X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqtxn.c;h=0f5c4eb716c44dd0eb63ec7db88d63cb5f0ea71a;hp=c3b0acc1d78a964539199f4312dcd370489779c0;hb=b73911f65df7f5877cef49d32844b655cebc4357;hpb=7d954192543192f2ef9b0db27f22b7807de31749 diff --git a/src/php_pqtxn.c b/src/php_pqtxn.c index c3b0acc..0f5c4eb 100644 --- a/src/php_pqtxn.c +++ b/src/php_pqtxn.c @@ -32,7 +32,7 @@ zend_class_entry *php_pqtxn_class_entry; static zend_object_handlers php_pqtxn_object_handlers; static HashTable php_pqtxn_object_prophandlers; -const char *isolation_level(long *isolation) +const char *php_pq_isolation_level(long *isolation) { switch (*isolation) { case PHP_PQTXN_SERIALIZABLE: