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

Turn mbstring into a required php extension #26

Closed
DaSourcerer opened this issue Mar 25, 2013 · 2 comments
Closed

Turn mbstring into a required php extension #26

DaSourcerer opened this issue Mar 25, 2013 · 2 comments

Comments

@DaSourcerer
Copy link
Contributor

In Yii 1.x, there is quite some code that seeks for support from PHP's multibyte string library, silently falling back if this extension is not installed. I'd like to propose turning mbstring into a required extension, improving multibyte string handling in a save fashion and increasing code readability in the core.

As I see it, this extension isn't too exotic for mass-webhosters as a number of applications either got soft or hard dependencies on mbstring (phpMyAdmin and Drupal got soft dependencies, Horde might cease function without it and I think same goes for Joomla).

@resurtm
Copy link
Contributor

resurtm commented Mar 25, 2013

+1 for hard dependency (i.e. Yii2 won't work without it). I had never seen servers without mbstring.

@qiangxue
Copy link
Member

qiangxue commented Apr 4, 2013

Agree. Let's put this as a requirement.

@qiangxue qiangxue closed this as completed Apr 4, 2013
samdark pushed a commit that referenced this issue Mar 30, 2018
删除已翻译的英文片段
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

3 participants