Look for:

error_reporting = E_ALL; display all errors, warnings and notices

in the php.ini in and change it to:

error_reporting = E_ERROR; display all errors, warnings and notices

or something other than E_ALL