Re: [PHP] ob_start("ob_gzhandler") and error handling functions

2006-12-21 Thread Roman Neuhauser
# [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','

Re: [PHP] ob_start("ob_gzhandler") and error handling functions

2006-12-21 Thread IG
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