[[PC/Web]] *XAMPP [#i263712c] -1.6.5 win32 -XAMPP 1.6.5 win32 --Win32インストーラでインストールしてみた。インストール先は「C:\xampp」 --インストールされるXAMPPコントロールパネルで起動する *設定を変更する [#tcb7a072] Apache -C:\xampp\apache\conf\http.conf +LoadModule rewrite_moduleを有効にする MySQL -C:\xampp\mysql\bin\my.cnf +character-set-server = latin1 → utf8 +collation-server = latin1_general_ci → utf_general_ci PHP -C:\xampp\apache\bin\php.ini +mbstring.language を有効に +mbstring.internal_encording = UTF-8 +mbstring.http_input を有効に +(ZendFrameworkを使うために)include_path にZendFramework\libraryのフルパスを追記