php-malkusch-lock 2.2.1+ds-1 source package in Ubuntu

Changelog

php-malkusch-lock (2.2.1+ds-1) unstable; urgency=medium

  * New upstream version 2.2.1+ds
  * Refresh patch
  * Set Standards-Version to 4.6.1
  * Update debian/* copyright year
  * Add autopkgtest
  * Generate autoload template

 -- James Valleroy <email address hidden>  Sun, 02 Oct 2022 11:35:54 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-malkusch-lock_2.2.1+ds-1.dsc 2.3 KiB 1e26ec87df3a6d1a72d8d10d75a7b1de9ab197cc842d95066ad2f0cc322b35e2
php-malkusch-lock_2.2.1+ds.orig.tar.xz 24.1 KiB 00671f6665adccf80ffbe71f9d7b63952dfc3b26e056bb41a89297a8457e41c7
php-malkusch-lock_2.2.1+ds-1.debian.tar.xz 5.5 KiB 7b5dba8276699b5e1cabccf7949e7af18c8bfeee3bcb63ebfcbf598d06f8258d

No changes file available.

Binary packages built by this source

php-malkusch-lock: mutex library for exclusive code execution

 Lock library to provide serialized execution of PHP code. It helps
 executing critical code in concurrent situations.
 .
 Choose from one of the provided implementations, or create/extend your
 own. The provided implementations include: CASMutex, FlockMutex,
 MemcachedMutex, PHPRedisMutex, PredisMutex, SemaphoreMutex,
 TransactionalMutex, MySQLMutex, and PgAdvisoryLockMutex.