We Recommend

Textpattern Solutions: PHP-Based Content Management Made Easy Textpattern Solutions: PHP-Based Content Management Made Easy
Textpattern is a powerful, PHP-based content management system that allows you to build pretty much any kind of data-driven website quickly and easily. It is very popular among designers and developers alike, and has an active community of users.


Posted By

cristiana on 05/02/08


Tagged

php textmate error reporting


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

vickyvamp


PHP Error reporting on


Published in: Other 


  1. ini_set('display_errors', 1);
  2. ini_set('error_reporting', E_ALL);

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: Frank on May 5, 2008

since php5:

errorreporting als has ESTRICT, for errors that will not kill php

You need to login to post a comment.