-
Notifications
You must be signed in to change notification settings - Fork 716
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 extension required #14
Comments
Smarty does use mbstring functions when Smarty::$_MBSTRING is true. The fix has been commited 47faa63 |
I accidentally commented on the commit 47faa63 yesterday rather than here; sorry. I have verified my suspicion using the following steps:
|
Smarty does generate different compiled templates if PHP has mbstring extensions or not. What you have done is not the normal use case. I do not think that this is a shortcomming or bug of Smarty, |
I wasn't suggesting that. I just wanted to point out for the search engines that the problem isn't what I initially reported. Thanks again for your help! |
…)-(BUG-FIX---kanzashiSalons-should-return-empty-collection) Ticket #5021 (kirei) (bug fix - kanzashi salons should return empty collection)
The composer.json file mentions only >=php-5.2, but the use of
mb_convert_encoding
in e.g.libs/plugins/modifier.escape.php
requires the mbstring extension. This does actually cause a problem at runtime for me, and it goes away when PHP is recompiled.The text was updated successfully, but these errors were encountered: