From: Alexandre Emsenhuber Date: Sat, 4 Dec 2010 14:23:00 +0000 (+0000) Subject: XMLReader extension is distributed with PHP and enabled by default since PHP 5.1 X-Git-Tag: 1.31.0-rc.0~33578 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=bcaeb0bb4fe44eadb2c31c583e594f8a0b7858f2;p=lhc%2Fweb%2Fwiklou.git XMLReader extension is distributed with PHP and enabled by default since PHP 5.1 --- diff --git a/maintenance/backupPrefetch.inc b/maintenance/backupPrefetch.inc index f4b195a6f7..b7dab79245 100644 --- a/maintenance/backupPrefetch.inc +++ b/maintenance/backupPrefetch.inc @@ -19,7 +19,6 @@ * - text contents are immutable and should not change once * recorded, so the previous dump is a reliable source * - * Requires the XMLReader PECL extension. * @ingroup Maintenance */ class BaseDump {