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

PHP mbstring is required #44

Open
TolstoyDotCom opened this issue Feb 16, 2020 · 1 comment
Open

PHP mbstring is required #44

TolstoyDotCom opened this issue Feb 16, 2020 · 1 comment

Comments

@TolstoyDotCom
Copy link

I wasn't getting any output because of the mb_strpos call. After installing the mbstring extension it worked.

The 'suggest' here seems like a good option: thephpleague/climate#110

@peter279k
Copy link
Contributor

You're right. It should define the "ext-mbstring": "*" setting inside require block inside composer.json file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants