简体   繁体   中英

Enable Zend Multibyte Support PHP

I have install php (5.3.23) using yum on Amazon Linux server. I have also installed mbstring using:

yum install php-mbstring

But the Zend Multibyte Support is showing as disabled. How can I enable it, I don't want to install php from source.

Thanks

您需要使用--enable-zend-multibyte选项构建PHP。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM