Downloads

 

Display Errors

The display_errors directive in the PHP ini file ‘tells’ PHP if errors should be added to the output stream (normally printed to the screen) or if they should not be displayed in the browser.   <IMPORTANT> It should be noted that this setting DOES NOT suppress the error. Even if the directive is set to [...]

Error Reporting

PHP provides numerous error configuration options in the php.ini file. Since many people do not have the option of editing their ini file I would like to concentrate this series of posts on the ones which can be set within scripts (at run-time), more specifically ones you should consider using when creating a strategy for [...]

A New Start: Error Reporting

A few years back I had written a post about deciphering error messages, which still remains popular today. Because of the continued interest I have decided to update the original post and create a series on error reporting and handling in PHP. When I first started learning about errors and error handling I found numerous [...]

NOTICES mean something

In numerous books and articles the general consensus seems to be that for a production environment Errors and Warnings should be turned on and Notices turned off; as opposed to the development environment where error reporting should be set to E_ALL (report all errors). The reasoning behind this is, Errors and Warnings mean something serious [...]

Improve the web with Nofollow Reciprocity.