sync pecl.php.net Named and unnamed synchronization objects 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 Thomas Hruska cubic cubic@php.net yes 2023-06-28 1.1.3 1.1.0 stable stable MIT License - Fixed Mac OSX support. - Fixed PHP 8.2 nullability issues. 5.3.0 1.4.0 sync