mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
adding set_time_limit fix for #2914
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5469 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
fc9503e473
commit
1e141a567f
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ class ShellDispatcher {
|
|||
* @param array $args the argv.
|
||||
*/
|
||||
function __construct($args = array()) {
|
||||
set_time_limit(0);
|
||||
$this->__initConstants();
|
||||
$this->parseParams($args);
|
||||
$this->__initEnvironment();
|
||||
|
|
Loading…
Reference in a new issue