What’s the best way/place to set the error reporting level for PHP under Apache2?
Before I reinstalled everything on my server I had it set to report ALL errors, and I’d like to have it configured like that again.
I see some options in /etc/php5/cli/php.ini but it doesn’t seem this is the file I modified before as I have my old /etc/ folder backed up and compared the backup with the current via the sdiff -l command and the files were equal (except for one line unrelated to error reporting).
I’m well aware that it is a possible security risk, but I’m developing on this testserver and would like to produce code as error free as possible… and in order to do see I’ve to actually see the errors