Indicate the actual version of HHVM in use
authorKevin Israel <pleasestand@live.com>
Sun, 3 Aug 2014 21:02:45 +0000 (17:02 -0400)
committerKevin Israel <pleasestand@live.com>
Tue, 5 Aug 2014 20:36:47 +0000 (16:36 -0400)
commitb0751af7538353fff1bfa41acd09f77dc9f78b4b
treebd43742da1c7e7ac80c57be10bf32489e3ccfb20
parent02936f3d9541f524c82283bb81b3c1e57816ce71
Indicate the actual version of HHVM in use

Strings like "5.6.99-hhvm" are not version numbers but merely
a way for HHVM to pass version checks. They should not be
displayed in the UI.

This affects Special:Version, the API (action=query&meta=siteinfo),
the installer welcome page, and the debug toolbar.

Follows-up d09ab9001ffe.

Change-Id: Ia99dca64779e9c4eaddf5f0e0101674d029b8d55
includes/api/ApiQuerySiteinfo.php
includes/debug/MWDebug.php
includes/installer/Installer.php
includes/installer/i18n/en.json
includes/installer/i18n/qqq.json
includes/specials/SpecialVersion.php
resources/src/mediawiki/mediawiki.debug.js
tests/phpunit/includes/debug/MWDebugTest.php