colap Posted June 22, 2011 Share Posted June 22, 2011 How can i configure php.ini configuration to display all error ? Is this correct ? error_reporting = E_ALL display_errors = On Link to comment https://forums.phpfreaks.com/topic/240075-how-can-i-configure-phpini-to-display-all-error/ Share on other sites More sharing options...
TeNDoLLA Posted June 22, 2011 Share Posted June 22, 2011 I would add E_STRICT to it if you are using php 5 or newer. http://www.php.net/manual/en/errorfunc.constants.php . error_reporting = E_ALL | E_STRICT Link to comment https://forums.phpfreaks.com/topic/240075-how-can-i-configure-phpini-to-display-all-error/#findComment-1233190 Share on other sites More sharing options...
trq Posted June 22, 2011 Share Posted June 22, 2011 php.ini files are well commented, have you tried reading the advice in there? Link to comment https://forums.phpfreaks.com/topic/240075-how-can-i-configure-phpini-to-display-all-error/#findComment-1233227 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.