News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Display errors on screen even with display errors = off with PHP
October 11, 2011 @ 11:03:07

Gonzalo Ayuso has posted a handy tip to his blog today about showing errors even with "display_errors" being off in your application (could be helpful in debugging those difficult problems).

Shared hosting are cheap, but normally they don't allow us the use some kind of features. For example we cannot see the error log. That's a problem when we need to see what happens within our application. Normally I work with my own servers, and I have got full access to error logs. But if we cannot see the error log and the server is configured with display errors = off in php.ini (typical configuration in shared hosting), we have a problem.

His solution involves an "error sniffer" script that captures the issues in a script and echoes them out at the end. In his ErrorSniffer he sets up a custom error, exception and shutdown handler to grab the problems and capture them for later use - including echoing them out to the user if desired.

0 comments voice your opinion now!
error errorsniffer shutdown exception handler github:https://github.com/gonzalo123/ErrorSniffer


blog comments powered by Disqus

Similar Posts

Greg Beaver's Blog: Update to libxml2 in PHP - progress hath been acquired

Edin Kadribasic's Blog: First PHP build using the new compiler

Dhiraj Patra's Blog: Caching PHP Programs with PEAR

Chris Shiflett\'s Blog: Storing Sessions in a Database

Slawek Lukasiewicz's Blog: Throwing Exception with Type Hinting Failed


Community Events









Don't see your event here?
Let us know!


tool phpunit community example development database api testing opinion composer language unittest framework zendframework2 introduction interview podcast release code object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework