[Armadillo:03841] Re: lighttpd+PHPでmbstringの使用方法について

Takenoshita Koyo email@hidden
2008年 12月 23日 (火) 10:16:13 JST


> PHP5のmbstring関係の関数をコールすると(今はmb_http_output()をコールしています)
> Fatal error:Call to undefined function mb_http_output()
> とエラーとなります。
> mbstringが実装されていないためと思います。
mbstringの機能が有効になっているかは、
コマンドラインで「php --info」を実行するか、
PHPスクリプト内に「phpinfo();」を書いて、そのスクリプトを実行すれば
調べられると思います。

mbstring関係が有効になっていない場合、もう一度configureをやり直して下さい。
Makefileを読むと、atmark-dist/user/php5/_build/config.status
があると、makeしなおしてもconfigureが走らないので、
atmark-dist/user/php5/_build/config.status
を消すと良いかもしれません。

-- 
Koyo Takenoshita



armadillo メーリングリストの案内