LOVE THE LIFE

20030102

1年のはじまりから一緒だと嬉しいし心強い。今年も仲良くしよーね。

引続き、家のさばのPHPの設定。オプション思いっきりまちがってますた。

PHP-4.3.0

./configure --enable-mbstring 
 --enable-mbregex 
 --enable-zend-multibyte 
 --with-pgsql=/usr/local/pgsql 
 --with-apxs2=/usr/local/apache2/bin/apxs 
 --without-mysql

以前までオプションでつけていた --enable-trans-sid と --enable-mbstr-enc-transは廃止されたのでこんな感じ。あと、うちはApache2.0.43を使っているのでApache1.3系の場合は--with-apxs=/usr/local/apache/bin/apxs に置き換えてみると。FreeBSDの場合は --with-tsrm-pthのオプションもつけとくっと。これでまけまけインストール。

php.ini の編集

output_buffering = On
output_handler = mb_output_handler
mbstring.language             = Japanese
mbstring.internal_encoding    = EUC_JP
mbstring.http_input           = auto
mbstring.http_output          = SJIS
mbstring.encoding_translation = On
mbstring.detect_order         = auto
mbstring.substitute_character = none
mbstring.script_encoding      = SJIS

これでいいと思われ。間違ってたら突っ込みよろすく

TRACKBACK URL

TRACKBACK URL FOR THIS ENTRY : http://starsugar.com/tb.php?id=20030102