You may have done this already but did you uncomment this line at the top of the http.conf file ?
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
The addtype needs to know what module to load to handle that extension if you havent alrady done this.
Hope that helps.