Are you sure you have php.exe inside /php/ folder?
Check it. If php.exe lies under C:\PHP\php-4.3.0-Win32 as I presume from your httpd.conf file, try to replace the row:
Action application/x-httpd-php "/php/php.exe"
with:
Action application/x-httpd-php "/php/php-4.3.0-Win32/php.exe"
in your httpd.conf and restart Apache web server.