-
Notifications
You must be signed in to change notification settings - Fork 679
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
[PHP] Upgrade containers to 8.0 #3606
[PHP] Upgrade containers to 8.0 #3606
Conversation
Bumps php from 7.4-fpm-alpine to 8.0.0-fpm-alpine. Signed-off-by: dependabot[bot] <[email protected]>
@l0gicgate @luoxiaojun1992 @huangzhhui @limingxinleo @dominikzogg @fenric @ruudboon @wolfy-j @48d90782 @jcheron Is your framework compliant (or will be seen) with PHP 8.0 ? @jcheron @luoxiaojun1992 @fenric May I add you to I have a full CI with failing cases in https://the-benchmarker.semaphoreci.com/workflows/cb10ef80-08b9-4045-bf3d-f7e129bde0ca |
Hello @waghanza
|
Indeed, only failing in |
@waghanza on it (swoole) forgot to tag the repository |
feel free to add any change in this branch, via |
@waghanza swoole and workerman libraries are tagged, should be available soon (should fix the issue with slim-swoole. FYI: @l0gicgate |
Sorry, hyperf does not works in php8. Better reflection will compliant in january |
Elasticsearch sdk is not compatible for php8 now. Maybe I can move it from require section to suggestion and test again. |
nano php8 changes
You can enable JIT for more performance. Add configuration for opcache.ini config: opcache.enable_cli=1
opcache.enable=1
opcache.jit_buffer_size=64M
opcache.jit=1255 |
Thanks @alexpts for your feedback. I have however some questions :
How do you compute buffer size for the not compiler ? |
Replaced with #3655 |
Hi,
This
PR
upgrade PHP to8.0
Regards,