Installing PHP 5.2 on Apache 2.0

I Have just installed a ver 2.0 apache and version 5.2 php on my new win7 x64
laptop. Everything installed fine. The Apache servce runs. but f i include these
lines…

#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir “C:/php5/PHP/”
LoadModule php5_module “C:/php5/PHP/php5apache2.dll”
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL

The servce WILL NOT start. If I comment out the lines the service runs normally
again.

If i go t the php install dir and run a comman d prompt i get proper results
tendimg to my beleive php i working. HMMM,

What gives…How do I troubleshoot from this point?

eatc7402