You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`Couchbasev4` may requires `posix`/`pcntl` extension if you are manipulating processes and need to fix an [internal Couchbase bug](README.md#-this-extension-optionally-requires-).
4
+
- Driver is maintained by @Geolim4
5
+
-`Arangodb` is now an extension separated from the main Phpfastcache repository.
2️⃣ The composer `Couchbase/Couchbase` library 4.x at least
30
-
31
-
#### ⚠️ This extension optionally requires:
32
-
1️⃣ The PHP `Posix` to fix a known Couchbase Extension bug [PCBC-886](https://issues.couchbase.com/projects/PCBC/issues/PCBC-886).
33
-
Once this bug has been fixed the dependency suggestion will be removed.
34
-
If your application wants to fork the processes using `pcntl_fork()` the `Posix` extension is needed, and you want the fix to be enabled, set up the config like this:
35
-
```php
36
-
$config = (new CouchbaseConfig())->setDoForkDetection(true);
37
-
```
38
-
39
-
2️⃣ Also the PHP `Pcntl` if you plan to contribute to this project and run the tests before pushing your Merge Request.
40
-
41
-
42
-
26
+
1️ The composer `triagens/arangodb` library 3.8 at least.
0 commit comments