pecl-system-sync icon indicating copy to clipboard operation
pecl-system-sync copied to clipboard

Synchronization objects

Results 7 pecl-system-sync issues
Sort by recently updated
recently updated
newest added

Hello, I'm using PHP SyncReaderWriter model for cache synchronization that is, the Alghoritm: 1. Write Lock: ``` $sync = new \SyncReaderWriter( $lockKey ); $result = $sync->readlock( $this->lockTimeoutMilliseconds ); ``` 2....

checkout this issue: https://github.com/php/doc-en/issues/1397 name ~ cannot contain `\` character autounlock ~ is integer type not boolean type

I am pleased to announce that this extension is now compiled for Windows by the PHP Extension Repository site. You can download the DLLs on the extension page: https://phpext.phptools.online/extension/system/sync-367 If...

I have tested the sync-module and specially the SyncMutex-class on Windows (PHP 8.3.x X64 TS). It worked fine but after around one day, creation of Mutex fails with the exception...

Alternative will be to clean PHP 5.x code and use `zend_ce_exception` which is available since 7.0