I’d like to use set_error_handler() to handle all PHP errors in one place, but I’m afraid that this is something I can’t use with cheap webspace hosters. Or must I not worry much about that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
set_error_handleris just a normal function of PHP — so it should work on any hosting service.I really don’t see any reason that would justify for a hosting service to disable that function — and I’ve never seen it disabled.