From: Alexandre Emsenhuber Date: Sat, 2 Oct 2010 21:51:44 +0000 (+0000) Subject: Per Platonides; follow-up r74158: XMLReader is included in PHP since 5.1.0 X-Git-Tag: 1.31.0-rc.0~34667 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27vote%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=da131336acab8de80b8a33428aaf4af77429f460;p=lhc%2Fweb%2Fwiklou.git Per Platonides; follow-up r74158: XMLReader is included in PHP since 5.1.0 --- diff --git a/maintenance/dumpTextPass.php b/maintenance/dumpTextPass.php index a025f5b9c9..ee2fbcc6d5 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 the XMLReader PECL extension) + (Requires the XMLReader extension) --quiet Don't dump status reports to stderr. --report=n Report position and speed after every n pages processed. (Default: 100)