forgot to un-comment part of the code in the example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32187 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jesus M. Castagnetto 2000-09-07 14:22:12 +00:00
parent 1e38645511
commit 1bfb0a307f

View file

@ -211,14 +211,12 @@ function userErrorHandler ($errno, $errmsg, $filename, $linenum, $vars) {
$err .= "</errorentry>\n\n";
// for testing
echo $err;
// echo $err;
// save to the error log, and e-mail me if there is a critical user error
/*
error_log($err, 3, "/usr/local/php4/error.log");
if ($errno == E_USER_ERROR)
mail("phpdev@mydomain.com","Critical User Error",$err);
*/
}