Closed ramsey closed 1 year ago
Hi Ben, thanks for the sponsorship 🙂
I have added support for zts intl builds in https://github.com/shivammathur/setup-php/commit/12282c9597ef0c7329c0f382c5953c6248a43a62 and https://github.com/shivammathur/icu-intl/commit/d6ee42cd39943b532979d8f8ad6223042347b5cc.
This will be in the next release.
Thanks!
Released 2.25.3
with the fix.
https://github.com/shivammathur/setup-php/releases/tag/2.25.3
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. 🙂