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
To fork a php process correctly you will need to tell the Couchbase diver to prepare for the fork.
35
35
36
-
⚠️ __WARNING__ You **must** call the drivers `Phpfastcache\Drivers\Couchbasev4\Driver::prepareToFork()` just before the `pcntl_fork()` call or the child process will lock up.
36
+
⚠️ __WARNING__ You **must** call the drivers `Phpfastcache\Drivers\Couchbasev4\Driver::prepareToFork()`
37
+
just before the `pcntl_fork()` call or the child process will lock up and then call `handleNotifyFork()` to avoid further
0 commit comments