mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Adding E_DEPRECATED to console environment.
This commit is contained in:
parent
a5c00de3bd
commit
5bfda28d39
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue