-
Notifications
You must be signed in to change notification settings - Fork 88
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
Backport PHP 8.1 support to 3.x #102
Comments
@GrahamCampbell This can be closed, as we will be maintaining our own fork. |
fork??? |
Because we had to make breaking changes to get it to work, and the 4.x branch on this repo is already reserved for the FFI version, which is currently unsuitable for use with php-fpm. |
@GrahamCampbell can you tell me why is not (properly) working with php-fpm? |
FFI may work with PHP FPM, but it's simply not enabled by default. |
You mean the ffi extension? |
@sorinsarca Correct. Edited my previous comment. |
It's also very slow to initialize, and there have been no improvements to address told starts with fpm. |
It is slower in dev mode, when you don't use preloading. Try it with preload enabled You just have to add in your preload file a single line \Opis\Closure\Library::preload(); |
I think we still need |
- To address directly all issues in opis/closure#102 until some change in there policy.
I will handle this task next week. Related: 48557b5.
The text was updated successfully, but these errors were encountered: