Just wanted to close the loop on this sucker. I found some help in the php forums. If you have a php.conf file comment out the following lines:
#<Files *.php>
# SetOutputFilter PHP
# SetInputFilter PHP
# LimitRequestBody 524288
#</Files>
Also, in the httpd.conf file add the line:
AddType application/x-httpd-php .php .html .htm .inc
(this should be pretty much default anyway!)
I found this in:
http://bugs.php.net/bug.php?id=19263
I'd hate for anybody to have to go to the hell hole that I've just been to... on the postive side I have fresh installs from src of php and apache!!!