r65386 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r65385
|
r65386
|
r65387
>
Date:
13:49, 21 April 2010
Author:
demon
Status:
ok
Tags:
Comment:
Revert
r65382
, can't use global functions here.
Modified paths:
/trunk/phase3/maintenance/Maintenance.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/Maintenance.php
—
—
@@ -644,9 +644,7 @@
645
645
}
646
646
647
647
$wgShowSQLErrors = true;
648
- wfSuppressWarnings();
649
- set_time_limit( 0 );
650
- wfRestoreWarnings();
648
+ @set_time_limit( 0 );
651
649
ini_set( 'memory_limit', $this->memoryLimit() );
652
650
653
651
$wgProfiling = false; // only for Profiler.php mode; avoids OOM errors
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r65382
Use wfSuppress/RestoreWarnings instead of @
demon
13:44, 21 April 2010
Status & tagging log
11:13, 24 April 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r65386
[
removed:
new
added:
ok]