From: Siebrand Mazeland Date: Mon, 15 Feb 2010 20:08:39 +0000 (+0000) Subject: Revert r62421. Removing "set_time_limit( 0 );" causes all kinds of time out issues... X-Git-Tag: 1.31.0-rc.0~37746 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=48c196828fe6128f4de132cc0b1df6808898c651;p=lhc%2Fweb%2Fwiklou.git Revert r62421. Removing "set_time_limit( 0 );" causes all kinds of time out issues running command line scripts in both maintenance/ and with cli scripts in extensions. --- diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index 3a1c28e934..8dc9d5324a 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -638,6 +638,7 @@ abstract class Maintenance { } $wgShowSQLErrors = true; + @set_time_limit( 0 ); ini_set( 'memory_limit', $this->memoryLimit() ); $wgProfiling = false; // only for Profiler.php mode; avoids OOM errors