PHP4 is not reporting errors. I'm using Apache on a Debian Linux box. My PHP.INI file has these two relevent settings.
error_reporting = 7
display_errors = On
If a file in a "require" command does not exists, then I just get a blank page. If I view source I get the following.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"></HEAD>
<BODY></BODY>
Any idea's why it wouldn't be reporting errors?
Thanks,
Joel