Reply to Re: errors to stderr

Your name:

Reply:


Posted by Mike Willbanks on 09/17/05 01:17

<- Chameleon -> wrote:
> I want to write all produced error messages (error, warning, notify,
> etc...) to STDERR.
> Is this possible without writing my own error handling routine?
set_error_handler('phpStderr');

function phpStderr($errno, $errstr, $errfile, $errline) {
if(error_reporting() === 0){
return;
}
file_put_contents('php://stderr'
,$errno.': Error in '.$errfile.':'.$errline.' - '.$errstr.'');
}

Mike Willbanks
Zend Certified Engineer

[Back to original message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация