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
Key point: your application uses threads and you need to be able to run embedded php scripts in those threads and they can occur concurrently. Most people do not have this requirement.
If you can run your embedded php scripts in a single thread or you can serialize running them you probably won't need it, even if your application uses threads.
Is it possible to support php7?
The text was updated successfully, but these errors were encountered: