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 Quote 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 Quote 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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.