I've installed apache and the server runs fine. I then installed PHP5, and it gave me a warning that it failed to edit the needed apache files.
I did some googling and I found an article that said I just needed to add this to any spot on the httpd.conf file.
LoadModule php5_module "J:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "J:/php"
However when I do that and attempt to restart the service, apache fails to start.