show errors

git-svn-id: svn://svn.cccv.de/engel-system@173 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-11-27 19:37:16 +00:00
parent bbc541d731
commit 0f86c7d022
1 changed files with 4 additions and 1 deletions

View File

@ -14,8 +14,11 @@
// register error handler // register error handler
set_error_handler("Error_Handler"); set_error_handler("Error_Handler");
ini_set( "error_reporting", E_ALL); ini_set( "error_reporting", E_ALL);
error_reporting(E_ALL); ini_set( "display_errors", "On");
ini_set( "display_startup_errors", "On");
ini_set( "html_errors", "On");
// send errors // send errors
function send_errors() function send_errors()