You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try installing the intl extension on PHP 8.2, I get the following error:
PHP Warning: PHP Startup: Unable to load dynamic library 'intl.so' (tried: /usr/lib/php/20220829-zts/intl.so (/usr/lib/php/20220829-zts/intl.so: undefined symbol: executor_globals), /usr/lib/php/20220829-zts/intl.so.so (/usr/lib/php/20220829-zts/intl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
This issue sounds similar to #722, but I'm not sure if it's the same problem.
Version
I have checked releases, and the bug exists in the latest patch version of v1 or v2.
v2
v1
Runners
GitHub Hosted
Self Hosted
Operating systems
Ubuntu
PHP versions
PHP 8.2
To Reproduce
Here's the step I'm using in my GitHub Actions yml file:
Describe the bug
When I try installing the
intl
extension on PHP 8.2, I get the following error:This issue sounds similar to #722, but I'm not sure if it's the same problem.
Version
v1
orv2
.v2
v1
Runners
Operating systems
PHP versions
To Reproduce
Here's the step I'm using in my GitHub Actions yml file:
Expected behavior
The
intl
extension should load.Screenshots/Logs
Additional context
I've tried this with ICU version 67.1 and 73.1 (trying to see if maybe 67.1 had trouble on PHP 8.2).
You can see the failed runs for both, here:
Are you willing to submit a PR?
I'm willing to submit one if you give me a few pointers for where to get started. 🙂
The text was updated successfully, but these errors were encountered: