»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / >e-novative> WAMP / Installation and Configuration / PHP and error reporting
Posted:  02 Jun 2005 19:05
Ok - I have a new question... Is there a way to see if the PHP that is installed with WAMP has been set to report all warnings in addition to errors?  If this is the case, is there a way to only see the actual errors?

Thanks so much!!!

jen
Posted:  03 Jun 2005 18:45
>e-novative> WAMP is configured to report all errors, warnings, and notices (E_ALL). We feel this encourages a good programming style.

To change the error reporting level inside a script, you can use http://www.php.net/error_reporting to set the level of error reporting.

And you can change the general setting in php.ini in the Windows directory. Look for the line error_reporting and adjust accordingly.