Gidday
I have a VPS running both my live site and a totally separate password protected version of the site as a production one. Both have exclusive databases and domains.
I was wondering if setting error reporting in php.ini is global (so it affects both sites)?
I'd like to set it up so that select errors are logged to a file above root in the live site, but all warnings and errors are displayed on the production site.
Is this possible, or is error reporting global?
If it is possible, can I have one error reporting config setting somewhere for each site, or do I have to have code on every php page instructing what I want?
Cheers guys


