Actually, tech support over at YellowFiber did it for me!
find / -name '*.php' > list.txt
This gave me the list as /user/home/domain.com/foo/foo.php then I did a search/replace /user/home/ with http:// and that gave me the list in the format I needed
