Skip to content

Releases: PHPSocialNetwork/couchbasev4-extension

9.2.3

27 Nov 19:10
9.2.3
16dca4e
Compare
Choose a tag to compare
  • Driver Core
    • Couchbasev4 Allow call to handleNotifyFork() after process has been forked, this is due
    • to a change in the couchbase SDK that needs parent and child to be notified at the same time.

9.2.2

27 Nov 19:10
9.2.2
Compare
Choose a tag to compare
  • Driver Core
    • Couchbasev4 Allow calling of prepareToFork() when driver is not initialized to allow switch between drivers.
    • Couchbasev4 Tell couchbase to reattach its threads if needed, while preparing to forking and on destruct.

9.2.1

21 May 22:20
9.2.1
c445d4e
Compare
Choose a tag to compare
  • Driver Core
    • Couchbasev4 Update to support couchbase 4.2.1 and above, which need a notify call when forking the process. (@srjlewis)

9.2.0

09 Jan 20:06
9.2.0
f12c8b1
Compare
Choose a tag to compare
  • Driver Core
    • Driver is co-maintained by @Geolim4 and @srjlewis
    • Couchbasev4 is now an extension separated from the main Phpfastcache repository.
    • Couchbasev4 requires Couchbase client Couchbase/Couchbase 4.x and PHP Extension Couchbase 4.x
    • Couchbasev4 may requires posix/pcntl extension if you are manipulating processes and need to fix an internal Couchbase bug.