Loose-Info.com
Last Update 2006/09/14
TOP - 手順書集 - PHP5(win)

・PHP5のインストール
01. http://php.net/ からダウンロード 02. 「C:\php」フォルダを作成し、php-5.1.6-Win32.zip 内のファイルを全てコピー 03. 「C:\php」フォルダ内の php.ini-dist を php.ini と名前を変更

・Apache2.0 の設定
apache/conf/httpd.conf の修正 -- 追加 -- PHPIniDir "C:/php" -- 変更 -- LoadModule php5_module "C:/php/php5apache2.dll" -- 変更 -- DirectoryIndex index.html index.htm index.cgi index.php -- 追加 -- AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps

・PHPの動作確認用スクリプト
<?php phpinfo() ?>