Well unless you're scripts have the extension "phpd" you will want this line instead:
AddType application/x-httpd-php .php
Probably just a typo. If you want syntax highlighting for .phps file, use this:
AddType application/x-httpd-php-source .phps
That last one is from memory so I'm not sure if it'll work.