●php.ini変更部分具体箇所リスト
●php.ini変更部分具体箇所リスト
http://www.goodpic.com/mt/archives/000577.html
; Directory in which the loadable extensions (modules) reside.
extension_dir = D:\php\ext
extension_dirとして自分がphpをコピーしたディレクトリの\extを指定。あと、これは必要なのかどうか分からないけれど、以下のキャラクターセットの部分をコメントアウトをはずして、UTF-8に指定。[mbstring]
; language for internal character representation.
mbstring.language = Japanese; internal/script encoding.
; Some encoding cannot work as internal encoding.
; (e.g. SJIS, BIG5, ISO-2022-*)
mbstring.internal_encoding = UTF-8; http input encoding.
;mbstring.http_input = auto; http output encoding. mb_output_handler must be
; registered as output buffer to function
mbstring.http_output = UTF-8