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
If the RedisSimpleLock is used in webserver environments, it will probably most of the time produce a fatal error, because the pctnl extension is not compiled in to webserver's php modules.
It is used just once to register a shutdown function for the SIGINT in the constructor, which makes sense if we want to catch a cli execution and a pressed CTRL-C for example. But that prevents usage when the pcntl extension is not available.
If the RedisSimpleLock is used in webserver environments, it will probably most of the time produce a fatal error, because the pctnl extension is not compiled in to webserver's php modules.
It is used just once to register a shutdown function for the SIGINT in the constructor, which makes sense if we want to catch a cli execution and a pressed CTRL-C for example. But that prevents usage when the pcntl extension is not available.
Better
The text was updated successfully, but these errors were encountered: