mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
f589aaf983
PR: ports/194026 Submitted by: Gasol Wu <gasol.wu@gmail.com>
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
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
|