I am assuming that you have downloaded and installed Apache 2.x on your windows machine.私はと仮定してダウンロードしてインストール必要がApache 2.xのをWindowsマシンにします。 Use the latest version 2.2, if you do not have plans to run Subversion on it.最新のバージョン2.2を使用して、お持ちでない場合は破壊を計画して実行している。 Otherwise choose Apache 2.0.x. Apacheの他の選択2.0.x. Install it with the defaults.デフォルトでインストールすることです。 You may want to however changes the drive on which it is installed.したいことがありますしかしドライブに変更することがインストールされています。 Anyway so you have it running.とにかく必要があるので、それを実行してください。 Then you went to php.net and have downloaded and extracted the zip file to say c:\ or d:\. php.netを行ったと入力して抽出したzipファイルをダウンロードして、言ってやるがc : \またはD : \です。 I am assuming you have then changed the name of php.ini-recommended to php.ini.と仮定すると私の名前を入力し、変更するには、 php.iniのphp.ini -お勧めします。 So far all the steps are straight forward and their install guide is good enough.これまでのすべての手順をまっすぐ進むとそのインストールガイドには十分ではない。 Now you are feeling happy about it and want to integrate PHP with Apache, right?今すぐあなたが幸せな気分で会社に統合することとしたいPHPをApache 、右ですか? That’s when the fun begins.その場合は、楽しいが開始されます。

To cut the long story short the instructions in PHP document doesn’t work and have obviously not been updated in a long while.人員を削減するための指示にPHPの長い物語短い文書は機能しませんが明らかにされていないと長い間更新されています。 So I will give you a 2 minute guide to glory.あなたを与えるので、私は2分ガイドに引導を渡す。

Open httpd.conf (in Drive:\Program Files\Apache Group\Apache2\conf) and search for LoadModule statements. httpd.confのオープン(ドライブ: \ Program Files \ Apacheグループ\ Apache2 \ confに)とLoadModuleへのステートメントを検索します。 At the end add:の末尾に追加:
LoadModule php5_module "D:/php/php5apache2.dll" LoadModuleへphp5_module " d : / php/php5apache2.dll "

Then search forを検索 directives. ディレクティブです。 At the end add: の末尾に追加:

 AddType application/x-httpd-php .php  AddType application/x-httpd-php-source .phps するAddType application / -のhttpd - PHPのです。 PHPのするAddType application / -のhttpd - PHPのソースです。 phps 

Note: The last AddType is a nicety.注:最後のAddTypeのは、慎重に扱うべきです。 It allows you to view .phps files (php files with extension renamed) in htmlized and colorful format from your browser.それを使用すると表示します。 phpsファイル(拡張子のファイルをPHPの名前を変更)をお使いのブラウザからhtmlizedとカラフルな形式です。

Now restart the server.今すぐ再起動してサーバーです。
Did I say you are done?あなたが何か言ってやるのですか? Well, you are.ええと、あなたがします。 So go out and enjoy.外出するので、お楽しみです。

Note: If you are a wimp and you don’t need Subversion you may take the easy way out and install Xampp instead.注:弱虫だとの場合は、破壊する必要はありませんがかかる場合がありますアウトしてインストールし、 XAMPPの代わりに簡単な方法です。 It will do the dirty work for you.それはあなたには、汚い仕事をします。