Hello,
you should check if your httpd.conf file has:
AddType application/x-httpd-php .php
line inside. Probably when you were upgrading your Apache you overrided httpd.conf.
If httpd.conf has got this line inside then check using 'httpd -l' if you have mod_php4 installed properly.
Regards,
Wojtek