FirebirdSQL / php-firebird

Firebird PHP driver
Other
66 stars 15 forks source link

Add IBASE_LOCK_TIMEOUT transaction option #31

Closed mlazdans closed 1 year ago

mlazdans commented 2 years ago

One can now specify transaction timeout to IBASE_WAIT transactions like so:

ibase_trans($link, IBASE_WRITE + IBASE_WAIT + IBASE_LOCK_TIMEOUT, 10);