Skip to content

Commit

Permalink
Adding E_DEPRECATED to console environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 1, 2009
1 parent f658f17 commit b2ac766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cake/console/cake.php
@@ -1,7 +1,5 @@
#!/usr/bin/php -q
<?php
/* SVN FILE: $Id$ */

/**
* Command-line code generation utility to automate programmer chores.
*
Expand All @@ -26,7 +24,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
*
Expand Down

0 comments on commit b2ac766

Please sign in to comment.