Skip to content

Commit 8274144

Browse files
author
Phil Sturgeon
committed
Merge pull request bcit-ci#1367 from PawelDecowski/develop
Remove set_time_limit() call. Fixes bcit-ci#1346
2 parents 3046c9f + 7d22f0a commit 8274144

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

system/core/CodeIgniter.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,6 @@
9999
get_config(array('subclass_prefix' => $assign_to_config['subclass_prefix']));
100100
}
101101

102-
/*
103-
* ------------------------------------------------------
104-
* Set a liberal script execution time limit
105-
* ------------------------------------------------------
106-
*/
107-
if (function_exists('set_time_limit') && @ini_get('safe_mode') == 0
108-
&& php_sapi_name() !== 'cli') // Do not override the Time Limit value if running from Command Line
109-
{
110-
@set_time_limit(300);
111-
}
112-
113102
/*
114103
* ------------------------------------------------------
115104
* Start the timer... tick tock tick tock...

0 commit comments

Comments
 (0)