Open herb123456 opened 6 years ago
Unfortunately I won't be able to help as I've moved away from using PHP entirely and have not looked at PHP7 at all.
ok, I know this is not yours responsibility, but Can you tell me the key point that php can run concurrently?
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?