My ISP doesn't provide PHP but will let me run it as a CGI processor. My problem is that I don't have access to /usr to setup php.ini. I know I can compile PHP to look for it in another place, but that means separate builds for the ISP and home versions. Is there a way either to specify the location as a command line switch or to compile the binary to look in multiple locations?