I've made changes to my php.ini file, so I don't update the php.ini file whenever I update the PHP package. I'd like to "fork" off my changes to a different file, so I can update the actual php.ini file without losing my changes.
I realise PHP 5.3 introduced per-directory .ini files, but my server has multiple virtual hosts - therefore multiple document roots - therefore there isn't one place I can put an overriding php.ini file using the per-directory approach.
Is there a way to get PHP to check for an "ammending" php.ini file?