aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/lock/db.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-1/+1
| | | | PHPBB3-9916
* [feature/system-cron] preg_match returns int so cast to bool, fix commentNils Adermann2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] Rename lock() to acquire and unlock() to release.Nils Adermann2011-02-121-5/+5
| | | | PHPBB3-9596
* [feature/system-cron] Make use of the new config class in locks.Nils Adermann2011-02-121-32/+12
| | | | PHPBB3-9596
* [feature/system-cron] Abstract the database locking mechanism out of cron.Nils Adermann2011-02-121-0/+158
Added a number of tests for the locking mechanism which can now lock arbitrary config variables. PHPBB3-9596