embed2-sapi icon indicating copy to clipboard operation
embed2-sapi copied to clipboard

PHP7 support?

Open herb123456 opened this issue 6 years ago • 3 comments

Is it possible to support php7?

herb123456 avatar May 13 '18 16:05 herb123456

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.

basvanbeek avatar May 13 '18 18:05 basvanbeek

ok, I know this is not yours responsibility, but Can you tell me the key point that php can run concurrently?

herb123456 avatar May 14 '18 18:05 herb123456

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.

basvanbeek avatar May 16 '18 09:05 basvanbeek