File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
console/libs/templates/skel/webroot Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 57
57
if (!defined ('CAKE_CORE_INCLUDE_PATH ' )) {
58
58
define ('CAKE_CORE_INCLUDE_PATH ' , ROOT );
59
59
}
60
- /**
61
- * PHP 5.3 raises many notices in bootstrap.
62
- */
63
- if (!defined ('E_DEPRECATED ' )) {
64
- define ('E_DEPRECATED ' , 8192 );
65
- }
66
- error_reporting (E_ALL & ~E_DEPRECATED );
67
60
68
61
/**
69
62
* Editing below this line should NOT be necessary.
Original file line number Diff line number Diff line change 27
27
if (!defined ('PHP5 ' )) {
28
28
define ('PHP5 ' , (PHP_VERSION >= 5 ));
29
29
}
30
+ if (!defined ('E_DEPRECATED ' )) {
31
+ define ('E_DEPRECATED ' , 8192 );
32
+ }
33
+ error_reporting (E_ALL & ~E_DEPRECATED );
30
34
/**
31
35
* Configuration, directory layout and standard libraries
32
36
*/
Original file line number Diff line number Diff line change 57
57
if (!defined ('CAKE_CORE_INCLUDE_PATH ' )) {
58
58
define ('CAKE_CORE_INCLUDE_PATH ' , ROOT );
59
59
}
60
- /**
61
- * PHP 5.3 raises many notices in bootstrap.
62
- */
63
- if (!defined ('E_DEPRECATED ' )) {
64
- define ('E_DEPRECATED ' , 8192 );
65
- }
66
- error_reporting (E_ALL & ~E_DEPRECATED );
67
60
68
61
/**
69
62
* Editing below this line should not be necessary.
You can’t perform that action at this time.
0 commit comments