[ANNOUNCEMENT] sync-1.1.2 (stable) Released.
[email protected] ("PECL Announce")
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
The new PECL package sync-1.1.2 (stable) has been released at https://pecl.php.net/.
Release notes
-------------
- Fixed missing macros for PHP 8 (thanks Remi).
Package Info
-------------
The 'sync' extension introduces synchronization objects into PHP. Named and unnamed Mutex, Semaphore, Event, Reader-Writer, and named Shared Memory objects provide OS-level synchronization mechanisms on both *NIX (POSIX shared memory and pthread shared memory synchronization required) and Windows platforms. This extension is a direct port of and compatible with the cross platform 'sync' library: https://github.com/cubiclesoft/cross-platform-cpp
Related Links
-------------
Package home: https://pecl.php.net/package/sync
Changelog: https://pecl.php.net/package-changelog.php?package=sync
Download: https://pecl.php.net/get/sync-1.1.2.tgz
Authors
-------------
Thomas Hruska (lead)