If I call this function at the top of the page, does that mean that
the function sendErrorsPhpTo Pds() is now called everytime there is an
error? Does this still work if I also go
error_reporting (0);
??????
function setErrorHandlin gToEmail() {
// 11-22-04 - this is listed at the top of configPublicEve nts.php and
configAdminEven ts.php.
// The idea here is that we want to send all PHP errors to myself, so
I can have a better
// idea about where the software is screwing up.
$old_error_hand ler = set_error_handl er("sendErrorsP hpToPds");
}
the function sendErrorsPhpTo Pds() is now called everytime there is an
error? Does this still work if I also go
error_reporting (0);
??????
function setErrorHandlin gToEmail() {
// 11-22-04 - this is listed at the top of configPublicEve nts.php and
configAdminEven ts.php.
// The idea here is that we want to send all PHP errors to myself, so
I can have a better
// idea about where the software is screwing up.
$old_error_hand ler = set_error_handl er("sendErrorsP hpToPds");
}
Comment