Updated system and added comments about E_DEPRECATED to index.php related to #2350

This commit is contained in:
Woody Gilk 2009-11-21 01:51:17 -06:00
parent 8a457dc937
commit 9790cff6fc
2 changed files with 4 additions and 1 deletions

View file

@ -40,6 +40,9 @@ define('EXT', '.php');
*
* In a production environment, it is safe to ignore notices and strict warnings.
* Disable them by using: E_ALL ^ E_NOTICE
*
* When using a legacy application with PHP >= 5.3, it is recommended to disable
* deprecated notices. Disable with: E_ALL & ~E_DEPRECATED
*/
error_reporting(E_ALL | E_STRICT);

2
system

@ -1 +1 @@
Subproject commit d78bf96b36ea2047ae1f834f6b8d0f01bc915c87
Subproject commit 950976bae1ff27e32e7778bcef984a1acef60cf2