mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
1e38645511
commit
1bfb0a307f
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue