-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Bug: unable to load mbstring library for php-8.4 #882
Comments
Thanks for reporting it, I will have a look at it this weekend. Please make these changes to the workflow as a workaround for now and that should fix it.
Test workflow: https://github.com/shivammathur/test-setup-php/actions/runs/11745039967/workflow |
Is it a temporary glitch? I saw it failing also in https://github.com/SAML-Toolkits/php-saml/actions/runs/11746411244/job/32747989690?pr=600 but I see it working in https://github.com/nextcloud/server/actions/runs/11746255419/job/32725600041?pr=49164 |
Interesting, I've just started seeing this in one repo too:
However, as PHPUnit requires MBString, I know that if no extensions are explicitly passed, it works just fine (as otherwise I would have seen failing builds on PHP 8.4 on dozens of other repos too). So, it feels like this is only an issue if Failing build: https://github.com/phar-io/phive/actions/runs/11963936888/job/33355353140#step:7:97 |
Fixed in shivammathur/php-builder@9aedf0d. |
@shivammathur Awesome! |
Describe the bug
unable to load mbstring library
Version
Runners
GitHub Hosted
Operating systems
ubuntu-22.04
PHP versions
8.4
To Reproduce
configuring
executing
Expected behavior
sucess load
mbstring
libraryScreenshots/Logs
No response
Additional context
https://github.com/yiisoft/yii2/actions/runs/11741614489/job/32710622256?pr=20276
Are you willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: