X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqtxn.c;h=0f5c4eb716c44dd0eb63ec7db88d63cb5f0ea71a;hp=c3b0acc1d78a964539199f4312dcd370489779c0;hb=a5470139f5305341fca92f942852d1ae18b254ea;hpb=66164e1efade374a8bb302653d4832ad36a788c5;ds=sidebyside 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: