Directory

Font Library: `mb_strtolower()` throws fatal without the optional `mbstring` PHP extension installed. by mujuonly · Pull Request #696 · WordPress/WordPress · GitHub
Skip to content
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

Font Library: mb_strtolower() throws fatal without the optional mbstring PHP extension installed. #696

Closed
wants to merge 1 commit into from

Conversation

mujuonly
Copy link

mbstring PHP package is optional, this should be wrapped by a function_exists() check and fall back to strtolower() if the function is not available.

https://core.trac.wordpress.org/ticket/60823

…string` PHP extension installed.

mbstring PHP package is optional, this should be wrapped by a function_exists() check and fall back to strtolower() if the function is not available.
Copy link

wordpress-bot bot commented Mar 22, 2024

Hi there! Thank you for your pull request. This repository is a mirror of the build repository and pull requests cannot be merged. If you would like to contribute code to WordPress, please check out our documentation on contributing with Git and join us over on our bug tracker.

@wordpress-bot wordpress-bot bot closed this Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant