File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
cake/console/libs/templates/skel/webroot Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 24
24
* @lastmodified $Date$
25
25
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
26
26
*/
27
- /**
28
- * PHP 5.3 raises many notices in bootstrap.
29
- */
30
- if (!defined ('E_DEPRECATED ' )) {
31
- define ('E_DEPRECATED ' , 8192 );
32
- }
33
- error_reporting (E_ALL & ~E_DEPRECATED );
34
-
35
27
set_time_limit (0 );
36
28
ini_set ('memory_limit ' ,'128M ' );
37
29
ini_set ('display_errors ' , 1 );
Original file line number Diff line number Diff line change 24
24
* @lastmodified $Date$
25
25
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
26
26
*/
27
- /**
28
- * PHP 5.3 raises many notices in bootstrap.
29
- */
30
- if (!defined ('E_DEPRECATED ' )) {
31
- define ('E_DEPRECATED ' , 8192 );
32
- }
33
- error_reporting (E_ALL & ~E_DEPRECATED );
34
-
35
27
set_time_limit (0 );
36
28
ini_set ('memory_limit ' ,'128M ' );
37
29
ini_set ('display_errors ' , 1 );
You can’t perform that action at this time.
0 commit comments