close

check your php.ini file in the root directory of your php installation. In the extensions part of the configuration you should find:

;extension=php_mbstring.dll

remove the leading ';' to uncomment and enable the extension so it looks like this:

extension=php_mbstring.dll

restart your apache and it should work.

arrow
arrow
    文章標籤
    php freebsd
    全站熱搜

    benson82208 發表在 痞客邦 留言(0) 人氣()