r74158 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74157‎ | r74158 | r74159 >
Date:21:40, 2 October 2010
Author:ialex
Status:resolved (Comments)
Tags:
Comment:
MediaWiki even require PHP 5.1.0+ ;)
Modified paths:
  • /trunk/phase3/maintenance/dumpTextPass.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/dumpTextPass.php
@@ -482,7 +482,7 @@
483483 --stub=<type>:<file> To load a compressed stub dump instead of stdin
484484 --prefetch=<type>:<file> Use a prior dump file as a text source, to save
485485 pressure on the database.
486 - (Requires PHP 5.0+ and the XMLReader PECL extension)
 486+ (Requires the XMLReader PECL extension)
487487 --quiet Don't dump status reports to stderr.
488488 --report=n Report position and speed after every n pages processed.
489489 (Default: 100)

Follow-up revisions

RevisionCommit summaryAuthorDate
r74160Per Platonides; follow-up r74158: XMLReader is included in PHP since 5.1.0ialex21:51, 2 October 2010

Comments

#Comment by Platonides (talk | contribs)   21:47, 2 October 2010

And it's not a PECL extension :)

"The XMLReader extension is available in PECL as of PHP 5.0.0 and is included and enabled as of PHP 5.1.0 by default" [1]

Status & tagging log