Page MenuHomePhabricator

maintenance/splitLanguageFiles.inc is invalid PHP file
Closed, ResolvedPublic

Description

Author: nickpj

Description:
[holt]$ wget -q
http://internap.dl.sourceforge.net/sourceforge/wikipedia/mediawiki-1.5.7.tar.gz
[holt]$ tar xfz mediawiki-1.5.7.tar.gz
[holt]$ php -q mediawiki-1.5.7/maintenance/splitLanguageFiles.inc
<br />
<b>Parse error</b>: syntax error, unexpected ';', expecting ')' in
<b>mediawiki-1.5.7/maintenance/splitLanguageFiles.inc</b> on line <b>1174</b><br />
[holt]$ tail -3 mediawiki-1.5.7/maintenance/splitLanguageFiles.inc
'zhconversiontable',
'passwordtooshort', // sp preferences / userlogin
?>
[holt]$

P.s. correct version is 1.5.7, but this version is not yet available in
bugzilla's MediaWiki version list.


Version: 1.5.x
Severity: minor

Details

Reference
bz5147

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:08 PM
bzimport set Reference to bz5147.
bzimport added a subscriber: Unknown Object (MLST).

Since this is non-functional anyway I've just removed the file.
It won't be in the next release.

nickpj wrote:

Sounds good - thank you!