The new PECL package sync-1.1.0 (stable) has been released at 
http://pecl.php.net/.

Release notes
-------------
- Added cross-platform named shared memory objects.
- Rewrote *NIX objects to be much lighter on shared resources.
- Fixed null name issue.
- Fixed object memory leak issue.
- Now works on Mac OSX.
- Now works on PHP 7.  The same code base also works on PHP 5.

Package Info
-------------
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

Related Links
-------------
Package home: http://pecl.php.net/package/sync
   Changelog: http://pecl.php.net/package-changelog.php?package=sync
    Download: http://pecl.php.net/get/sync-1.1.0.tgz

Authors
-------------
Thomas Hruska (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to