Adding E_DEPRECATED to console environment.

This commit is contained in:
mark_story 2009-08-01 17:49:21 -04:00
parent a5c00de3bd
commit 5bfda28d39

View file

@ -25,6 +25,9 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
if (!defined('E_DEPRECATED')) {
define('E_DEPRECATED', 8192);
}
/**
* Shell dispatcher
*