Skip to content

Commit 797aae5

Browse files
author
Pierre Goiffon
committed
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
2 parents 3f8017f + f63f3bb commit 797aae5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/mutex.class.inc.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
* A class to serialize the execution of some code sections
2323
* Emulates the API of PECL Mutex class
2424
* Relies on MySQL locks because the API sem_get is not always present in the
25-
* installed PHP.
25+
* installed PHP.
26+
*
27+
* @link https://dev.mysql.com/doc/refman/5.7/en/locking-functions.html MySQL locking functions documentation
2628
*
2729
* @copyright Copyright (C) 2013-2023 Combodo SARL
2830
* @license http://opensource.org/licenses/AGPL-3.0

0 commit comments

Comments
 (0)