a-Column

【PHP】設定やインストールなど

最初のphp.iniの編集に関しては、システムに併せて行う必要があるが、下記の設定は基本的には必要だと思われる。
日本語の環境に関しては、開発者に聞くのが一番早いだろう。

なお、ほとんどの設定は、コメントアウトするだけで有効にする事ができる。

output_buffering = On
default_charset = Shift_JIS
include_path = ".:/usr/local/include/php:/usr/local/lib/php"
extension_dir = "/usr/local/lib"
doc_root =/usr/local/apache/htdocs
output_handler =mb_output_handler
mbstring.encoding_translation = On
mbstring.detect_order = auto
mbstring.substitute_character = auto
mbstring.script_encoding = EUC-JP
mbstring.http_output=EUC-JP
mbstring.http_input = auto
mbstring.language = Japanese

Last Update : 2009年01月28日 (水) 03:46