Skip to content

Commit 5bfda28

Browse files
committed
Adding E_DEPRECATED to console environment.
1 parent a5c00de commit 5bfda28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cake/console/cake.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
* @lastmodified $Date$
2626
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
2727
*/
28+
if (!defined('E_DEPRECATED')) {
29+
define('E_DEPRECATED', 8192);
30+
}
2831
/**
2932
* Shell dispatcher
3033
*

0 commit comments

Comments
 (0)