XMLReader extension is distributed with PHP and enabled by default since PHP 5.1
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Dec 2010 14:23:00 +0000 (14:23 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 4 Dec 2010 14:23:00 +0000 (14:23 +0000)
maintenance/backupPrefetch.inc

index f4b195a..b7dab79 100644 (file)
@@ -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 {