can't you just setup php to parse all files without an extension?
(you can certainly set it up to parse specific extensions ie. .asp etc)
I'm wondering if something like this in the httpd.conf (for apache anyway) would work:
AddType application/x-httpd-php .php .php3 ""
worth a try? (maybe with single quotes?)