Manual:Streamlined Windows Install Guide/php text
From MediaWiki.org
# Connect PHP Module
LoadModule php5_module "<php-folder>/php5apache2_2.dll"
AddType application/x-httpd-php .php
#configure the path to php.ini
PHPIniDir "<php-folder>"
