發(fā)表日期:2019-03 文章編輯:小燈 瀏覽次數(shù):3847
各種語言都有自己的編碼,他們的字節(jié)數(shù)是不一樣的,mbstring擴(kuò)展就是為確保不同編碼的語言在PHP程序中能夠正常顯示提供解決方案。
1.運(yùn)行phpMyAdmin時(shí)發(fā)現(xiàn)如下錯(cuò)誤:
The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
2.在項(xiàng)目應(yīng)用使用過程中,或提示下面錯(cuò)誤:
Uncaught Error: Call to undefined function mb_strlen();
出現(xiàn)如上錯(cuò)誤,是因?yàn)槲覀儧]有安裝PHP的mbstring擴(kuò)展所致。
php安裝包目錄:/data/php5.6.14/
PHP安裝路徑:/usr/local/php/
(下面步驟中的具體路徑設(shè)置,大家根據(jù)自己的實(shí)際情況設(shè)置即可。)
在PHP安裝包中找到mbstring擴(kuò)展目錄
cd /data/php5.6.14/ext/mbstring/
運(yùn)行phpize
/usr/local/php/bin/phpize
編譯安裝:
./configure --with-php-config=/usr/local/php/bin/php-config make && make install
這時(shí)候mbstring.so就已經(jīng)在/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/目錄下生成了
設(shè)置PHP配置文件php.ini,添加下面一行
extension=mbstring.so
最后重啟服務(wù),使用phpinfo()查看mbstring擴(kuò)展是否安裝成功。
sudo apt-get install php5.6-mbstring
在配置文件中添加一行:
extension=php5.6-mbstring.so
最后重啟服務(wù)即可。
修改php.ini
將下面內(nèi)容前面的分號去掉,如果沒有這一行,直接加入一行extension=php_mbstring.dll
;extension=php_mbstring.dll
如果上述修改重啟web服務(wù)器后沒效果,請把 PHP擴(kuò)展文件夾下的 php_mbstring.dll 復(fù)制到系統(tǒng) C:\WINDOWS\system32 文件夾下
最后重啟服務(wù)即可。
日期:2019-03 瀏覽次數(shù):5015
日期:2019-03 瀏覽次數(shù):4668
日期:2019-03 瀏覽次數(shù):4607
日期:2019-03 瀏覽次數(shù):5054
日期:2019-03 瀏覽次數(shù):4154
日期:2019-03 瀏覽次數(shù):4030
日期:2019-03 瀏覽次數(shù):4059
日期:2019-03 瀏覽次數(shù):3846
日期:2019-03 瀏覽次數(shù):4103
日期:2019-03 瀏覽次數(shù):3974
日期:2019-03 瀏覽次數(shù):3246
日期:2019-03 瀏覽次數(shù):4355
日期:2019-03 瀏覽次數(shù):3363
日期:2019-03 瀏覽次數(shù):3258
日期:2019-03 瀏覽次數(shù):3368
日期:2019-03 瀏覽次數(shù):3386
日期:2019-03 瀏覽次數(shù):3351
日期:2019-03 瀏覽次數(shù):3321
日期:2019-03 瀏覽次數(shù):4084
日期:2019-03 瀏覽次數(shù):4614
日期:2019-03 瀏覽次數(shù):5594
日期:2019-03 瀏覽次數(shù):4174
日期:2019-03 瀏覽次數(shù):4818
日期:2019-03 瀏覽次數(shù):3801
日期:2019-03 瀏覽次數(shù):3300
日期:2019-03 瀏覽次數(shù):4297
日期:2019-03 瀏覽次數(shù):3355
日期:2019-03 瀏覽次數(shù):3255
日期:2019-03 瀏覽次數(shù):3643
日期:2019-03 瀏覽次數(shù):2734
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.