# [EMAIL PROTECTED] / 2006-12-20 14:12:11 +:
> I include a php file at the beginning of every web page in this site.
> This include file has an error handling function and starts output
> buffering...
>
> // Start of Error Handler
> error_reporting(E_ALL ^ E_NOTICE);
> ini_set('log_errors','
Hi again,
Just wandering if someone could help me on this one- I'm quite anxious
to get something together. As I said in the last email I just want to
use ob_start("ob_gzhandler") but it doesn't seem to work with the error
function. I think it might be something to do with not being allowed
w
Hi,
I include a php file at the beginning of every web page in this site.
This include file has an error handling function and starts output
buffering...
// Start of Error Handler
error_reporting(E_ALL ^ E_NOTICE);
ini_set('log_errors','1');
function ErrHandler($err,$err_string='',$err_file,
3 matches
Mail list logo