f589aaf983
PR: ports/194026 Submitted by: Gasol Wu <gasol.wu@gmail.com>
7 lines
270 B
Text
7 lines
270 B
Text
The sync extension introduces synchronization objects into PHP.
|
|
|
|
Named and unnamed Mutex, Semaphore, Event, and Reader-Writer objects provide
|
|
OS-level synchronization on both *NIX (POSIX semaphores required) and Windows
|
|
platforms.
|
|
|
|
WWW: http://pecl.php.net/package/sync
|