Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/support/3.0' into support/3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Goiffon committed Dec 8, 2023
2 parents 3f8017f + f63f3bb commit 797aae5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/mutex.class.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
* A class to serialize the execution of some code sections
* Emulates the API of PECL Mutex class
* Relies on MySQL locks because the API sem_get is not always present in the
* installed PHP.
* installed PHP.
*
* @link https://dev.mysql.com/doc/refman/5.7/en/locking-functions.html MySQL locking functions documentation
*
* @copyright Copyright (C) 2013-2023 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
Expand Down

0 comments on commit 797aae5

Please sign in to comment.