在Linux环境下给php添加mbstring扩展
生活随笔
收集整理的這篇文章主要介紹了
在Linux环境下给php添加mbstring扩展
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
LAMP安裝禪道的時候提示:
MBSTRING擴展未加載
查看PHP版本
# php -v
[root@chandao ~]# php -v PHP Warning: Module 'mbstring' already loaded in Unknown on line 0 PHP 5.4.16 (cli) (built: Oct 30 2018 19:30:51) Copyright (c) 1997-2013 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies?安裝
# yum install php-mbstring -y
[root@chandao ~]# yum install php-mbstring -y Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Resolving Dependencies --> Running transaction check ---> Package php-mbstring.x86_64 0:5.4.16-46.el7 will be installed --> Finished Dependency ResolutionDependencies Resolved====================================================================================================================================================================================================================Package Arch Version Repository Size ==================================================================================================================================================================================================================== Installing:php-mbstring x86_64 5.4.16-46.el7 local 505 kTransaction Summary ==================================================================================================================================================================================================================== Install 1 PackageTotal download size: 505 k Installed size: 1.3 M Downloading packages: php-mbstring-5.4.16-46.el7.x86_64.rpm | 505 kB 00:00:01 Running transaction check Running transaction test Transaction test succeeded Running transactionInstalling : php-mbstring-5.4.16-46.el7.x86_64 1/1Verifying : php-mbstring-5.4.16-46.el7.x86_64 1/1Installed:php-mbstring.x86_64 0:5.4.16-46.el7Complete!修改php.ini文件
# vi /etc/php.ini
在最后一行添加如下內容
extension=mbstring.so重啟Apache服務
# systemctl restart httpd
參考文章:
https://www.php.cn/php-weizijiaocheng-297010.html
轉載于:https://www.cnblogs.com/djlsunshine/p/11224667.html
總結
以上是生活随笔為你收集整理的在Linux环境下给php添加mbstring扩展的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: salad--8||9
- 下一篇: 微信支付H5支付开发文档