Documentation:
Downloads:
|
Top Level :: System
:: sync
sync
Package Information |
Summary |
Named and unnamed synchronization objects |
Maintainers |
Thomas Hruska (lead)
[details]
|
License |
MIT License |
Description |
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 |
|
Dependencies |
Release 1.1.3: |
PHP Version: PHP 5.3.0 or newer PEAR Package: PEAR 1.4.0 or newer
|
Release 1.1.2: |
PHP Version: PHP 5.3.0 or newer PEAR Package: PEAR 1.4.0 or newer
|
Release 1.1.1: |
PHP Version: PHP 5.3.0 or newer PEAR Package: PEAR 1.4.0 or newer
|
Dependencies for older releases can be found on the release overview page.
|
|
|