-
Notifications
You must be signed in to change notification settings - Fork 0
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
libicu version mismatch in intl module #4
Comments
It appears our latest builds were linked against ICU 69, can you give me some version numbers of the ea-php74/80 packages you are seeing this with? thanks! |
Yum package manager info for php74 intl module
Linux Loader output for php74 intl module.
PHP Error Log
Yum package manager info for php80 intl module.
|
These are CloudLInux packages that we do not maintain, they pull from our sources here and re-roll as they see fit. I have reached out to them and pointed them at this issue. |
It looks like the the issues with php74 have been solved. php80 still has problems but seeing how we don't use it on anything yet I consider this solved. I remember something about PHP 8 and intl needing very recent versions of ICU or something. So they might still be working on that. For reference, who did you contact at CloudLinux regarding this issue? |
I'm getting a version mismatch between ea-libicu and ea-php74-php-intl. The intl module wants ICU 68 but ea-libicu provides ICU 69. ea-php80 has the same problem. It's not causing crashes or anything but it does spam the logs.
The text was updated successfully, but these errors were encountered: