G'day folks

I have got a new install of Apache set up but cannot get it to run with the PHP module. I have added these lines into httpd.conf as instructed in php.ini.:

Code:
LoadModule php5_module "C:/php5/php5apache2.dll"

# ...

<IfModule php5_module>
  AddType application/x-httpd-php .php
  PHPIniDir "C:/php5"
</IfModule>
However Apache will not start (it gives me a detail-less oh-crap message when I try to start the service). If I comment out the LoadModule line it works. The DLL location is valid and it is a freshly downloaded PHP 5.1.4 binary.

Apache is 2.2.3

Any thoughts?

- P