There are several places / configurations to control error reporting and handling in PHP.

The php.ini file

Note: where you php.ini file is located or which of the php.ini files is the used one by your apache you can find out by the PHP function phpinfo(). Include echo phpinfo() at the beginning of you php application.

Some important directives (for all look [http://www.phpcenter.de/de-html-manual/ref.errorfunc.html here]):

display_errors boolean

log_errors boolean

error_log string