From 7e9424bce96b2f8b114063b927f68332c2534cb0 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 2 Oct 2010 21:40:43 +0000 Subject: [PATCH] MediaWiki even require PHP 5.1.0+ ;) --- maintenance/dumpTextPass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1