aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/lock/db.php
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-1/+1
|\
| * [ticket/11227] @return void -> @return null, per coding guidelines.Oleg Pudeyev2012-11-301-1/+1
* | [ticket/11015] Change more docblocks.Oleg Pudeyev2012-12-041-2/+2
* | [ticket/11015] Fix db connection type hint in lock_dbIgor Wiedler2012-07-211-1/+1
|/
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-1/+1
* [feature/system-cron] preg_match returns int so cast to bool, fix commentNils Adermann2011-02-121-1/+1
* [feature/system-cron] Rename lock() to acquire and unlock() to release.Nils Adermann2011-02-121-5/+5
* [feature/system-cron] Make use of the new config class in locks.Nils Adermann2011-02-121-32/+12
* [feature/system-cron] Abstract the database locking mechanism out of cron.Nils Adermann2011-02-121-0/+158