Page MenuHomePhabricator

Special:Import uses obsolete call-by-reference syntax
Closed, ResolvedPublic

Description

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 );

Version: 1.5.x
Severity: normal

Details

Reference
bz2812

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:41 PM
bzimport set Reference to bz2812.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of 3761 ***