The PHP variable "display_errors" is set to Off by default.
If you need these messages for debugging there is the possibility to set these in your PHP scripts by the INI_SET command.
Furthermore you can enable these function if needed by .htaccess.
To that you have to insert the following entry in your .htaccess file:
php5_value display_errors 1