From: Chad Horohoe Date: Sat, 13 Feb 2010 03:27:47 +0000 (+0000) Subject: Don't need to set time limit here, already did in setup(), memory_limit still needs... X-Git-Tag: 1.31.0-rc.0~37779 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=8b21723ad662b66b452db35e002b755e325a7d81;p=lhc%2Fweb%2Fwiklou.git Don't need to set time limit here, already did in setup(), memory_limit still needs calling this late, user might have overriden this in LocalSettings --- diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index 8dc9d5324a..3a1c28e934 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -638,7 +638,6 @@ 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