News Feed
Jobs Feed
Sections




News Archive
Douglas Brown's Blog:
Quick Methods Used for Solving PHP Errors
December 30, 2008 @ 07:57:21

Douglas Brown has posted some hints to help you find errors in your PHP scripts all centered around error reporting settings.

There are several methods to solve errors in PHP code. Sometimes when the user waits to see an output a blank page will be shown if there is an error. To show the errors E_ALL^E_STRICT is used for the PHP 5 version. Contrarily, remaining versions just use E_ALL.

He talks about the log_errors and display_errors settings in your php.ini, the error_reporting function call or a custom error handler as shown in this example from the PHP manual.

0 comments voice your opinion now!
solve locate error errorreporting logerrors displayerrors fatal


blog comments powered by Disqus

Similar Posts

Ilia Alshanetsky\'s Blog: Another unserialize() abuse

Mayflower Blog: Cinder now available at Mayflower Open Source Labs

Ivo Jansch\'s Blog: Defensive Programming

Brian Moon's Blog: The death of die()

Melvin Rivera's Blog: Creating a custom WordPress database error page


Community Events











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


conference testing development podcast community release language example interview usergroup series zendframework2 functional phpunit symfony2 opinion framework database rest introduction

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