syncpecl.php.netNamed and unnamed synchronization objectsThe '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-cppThomas Hruskacubiccubic@php.netyes2023-06-281.1.31.1.0stablestableMIT License
- Fixed Mac OSX support.
- Fixed PHP 8.2 nullability issues.
5.3.01.4.0sync