Last modified: 2010-05-15 15:37:23 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 T4812, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 2812 - Special:Import uses obsolete call-by-reference syntax
Special:Import uses obsolete call-by-reference syntax
Status: RESOLVED DUPLICATE of bug 3761
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.5.x
All All
: Normal normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: code_quality 606
  Show dependency treegraph
 
Reported: 2005-07-12 05:54 UTC by Brion Vibber
Modified: 2010-05-15 15:37 UTC (History)
1 user (show)

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


Attachments

Description Brion Vibber 2005-07-12 05:54:22 UTC
This causes warnings in some versions of PHP. Should either not use the marker or switch to different call format where 
used.

Problem bits:
		xml_set_object( $parser, &$this );
...
		$out = call_user_func( $this->mRevisionCallback,
			&$this->workRevision,
			&$this );
Comment 1 Zigger 2005-10-30 01:34:14 UTC
See also bug 3761.
Comment 2 Brion Vibber 2005-11-01 07:15:44 UTC

*** This bug has been marked as a duplicate of 3761 ***

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


Navigation
Links