From: Alexandre Emsenhuber Date: Sat, 2 Oct 2010 21:40:43 +0000 (+0000) Subject: MediaWiki even require PHP 5.1.0+ ;) X-Git-Tag: 1.31.0-rc.0~34668 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=7e9424bce96b2f8b114063b927f68332c2534cb0;p=lhc%2Fweb%2Fwiklou.git MediaWiki even require PHP 5.1.0+ ;) --- diff --git a/maintenance/dumpTextPass.php b/maintenance/dumpTextPass.php index 3687694557..a025f5b9c9 100644 --- a/maintenance/dumpTextPass.php +++ b/maintenance/dumpTextPass.php @@ -482,7 +482,7 @@ Options: --stub=: To load a compressed stub dump instead of stdin --prefetch=: Use a prior dump file as a text source, to save pressure on the database. - (Requires PHP 5.0+ and the XMLReader PECL extension) + (Requires the XMLReader PECL extension) --quiet Don't dump status reports to stderr. --report=n Report position and speed after every n pages processed. (Default: 100)