So I've switched from using the standard PHP supplied with Ubuntu to one which I have compiled myself. The only problem is it does not come with a pre-existing php.ini file so I am unsure where to put it. I've installed PHP into /opt/php and php-fpm.conf lives in /opt/php/etc so is that where I should put the php.ini file for global configuration options? I need to load APC and set a couple of other options.
Thanks :).