wiki.techinc.nl/includes/libs/lockmanager
Timo Tijhof b547aa6396 Use PHP_OS_FAMILY instead of substr(PHP_OS,0,3) for Windows checks
This is new in PHP 7.2, and has a documented set of values at
<https://www.php.net/manual/en/reserved.constants.php>.

Change-Id: If732a652f091c26d7d645766ba6e76fbf464f755
2020-06-13 19:44:00 +00:00
..
DBLockManager.php Pass function name to database functions 2020-06-07 14:16:52 +02:00
FSLockManager.php Use PHP_OS_FAMILY instead of substr(PHP_OS,0,3) for Windows checks 2020-06-13 19:44:00 +00:00
LockManager.php Fix more libs PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 20:13:22 +00:00
MemcLockManager.php Remove terminating line breaks from debug messages 2020-06-03 12:01:16 +10:00
NullLockManager.php lockmanager: make NullLockManager do reference counting for consistency 2019-07-02 22:06:12 +00:00
PostgreSqlLockManager.php build: Upgrade mediawiki-phan-config to 0.9.2 2020-02-21 22:05:24 +00:00
QuorumLockManager.php Fix a typo (yeild -> yield) 2019-09-13 03:38:14 +00:00
RedisLockManager.php Set visibility on php magic functions __destruct/sleep/wakeup/get/call 2019-12-05 18:52:55 +01:00
ScopedLock.php Set visibility on php magic functions __destruct/sleep/wakeup/get/call 2019-12-05 18:52:55 +01:00