lock
lock copied to clipboard
Lock library to provide serialized execution of PHP code.
add important note about mysql/mariadb get_lock being server wide
After upgrading Symfony and Sentry (`"sentry/sentry-symfony": "^4.3.0"`) I got the message that I needed to also upgrade `doctrine/dbal` (`"doctrine/dbal": "^2.13.9",`) , which then subsequently broke my use of `MySQLMutex`. ```...
I would like to update the Debian package to be compatible with PHPUnit 11 (in experimental branch currently): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070567 I have identified a few of the changes needed: - Add...
replace #42
use `pg_try_advisory_lock` instead of `pg_advisory_lock` supported since locks were introduced in PostgreSQL - https://www.postgresql.org/docs/8.2/functions-admin.html