1) c:\php にパスを通す 2) Windows ディレクトリにある php.ini を c:\php に移動 3) Windows( システム ) ディレクトリにある php4ts.dll を c:\php に移動 4) c:\php\dlls ディレクトリにあるファイルを全て c:\php に移動 ※ 以下、php.ini の重要エントリ error_reporting = E_ALL & ~E_NOTICE short_open_tag = On display_errors = On variables_order = "EGPCS" cgi.force_redirect = 0 extension_dir = "C:\php\extensions" extension=php_mbstring.dll allow_url_fopen = On 以下 php5 allow_u