Section A.5. error_reporting


A.5. error_reporting

Many security vulnerabilities are a result of using uninitialized variables or other sloppy programming practices. With PHP's error_reporting directive set to E_ALL or E_ALL | E_STRICT, PHP will notify you of such practices. These settings both report notices.

I recommend setting error_reporting to at least E_ALL.




Essential PHP Security
Essential PHP Security
ISBN: 059600656X
EAN: 2147483647
Year: 2005
Pages: 110

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net