| Posted: 02 Jun 2005 19:05 | |
|
Registered User Currently Offline |
Posts: 3 Join Date: Jun 2005 |
|
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 | |
|
Registered User Currently Offline |
Posts: 32 Join Date: Feb 2005 |
|
>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. |
|