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

Changelog

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

  * Team upload

  [ James Valleroy ]
  * d/clean: Correct autoload paths (Closes: #1049080)

  [ David Prévot ]
  * Force system dependencies loading

 -- David Prévot <email address hidden>  Fri, 08 Mar 2024 18:45:09 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-malkusch-lock_2.2.1+ds-2.dsc 1.9 KiB a675dc2aa3994938bba2ec2ed93cc0bea75cae882b6decaf3f80b0478d61a43d
php-malkusch-lock_2.2.1+ds.orig.tar.xz 24.1 KiB 00671f6665adccf80ffbe71f9d7b63952dfc3b26e056bb41a89297a8457e41c7
php-malkusch-lock_2.2.1+ds-2.debian.tar.xz 5.7 KiB 264649e1dc8bc77e148154ce3265b427edf51b4e83d42c9e91ba98edfc58bac4

Available diffs

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.