Last modified: 2006-07-07 06:04:33 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T8562, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 6562 - Please delete includes/ParserXML.php if it is no longer used
Please delete includes/ParserXML.php if it is no longer used
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.7.x
PC All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-07-06 08:32 UTC by Nick Jenkins
Modified: 2006-07-07 06:04 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Nick Jenkins 2006-07-06 08:32:02 UTC
From an email from the start of April 2006:
==========================================
Nick Jenkins wrote:
> Problem: Use of deprecated call-time pass-by-reference (line 325 of
Mediawiki-1.6.3\includes\ParserXML.php)
> Explanation: Arg 3 is already a ref (see function declaration on line 190 of
same file), so:
> - $ret .= $this->getTemplateXHTML($title, $parts, & $parser);
> + $ret .= $this->getTemplateXHTML($title, $parts, $parser);

This file's not really used and should probably be removed entirely...

-- brion vibber (brion @ pobox.com)
==========================================
Comment 1 Brion Vibber 2006-07-07 06:04:33 UTC
Took this out of trunk in r15403. If it's brought back up to 
date we could return it.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links