Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP7 support? #2

Open
herb123456 opened this issue May 13, 2018 · 3 comments
Open

PHP7 support? #2

herb123456 opened this issue May 13, 2018 · 3 comments

Comments

@herb123456
Copy link

Is it possible to support php7?

@basvanbeek
Copy link
Owner

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.

@herb123456
Copy link
Author

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

@basvanbeek
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants