HHVM removal: Drop HHVM version data in ApiQuerySiteInfo
Change-Id: I985a1140c1f16acc8ba400f078e2d148dba3e8e8
This commit is contained in:
parent
d3473aca47
commit
b995fdcbb0
1 changed files with 0 additions and 3 deletions
|
|
@ -141,9 +141,6 @@ class ApiQuerySiteinfo extends ApiQueryBase {
|
|||
|
||||
$data['phpversion'] = PHP_VERSION;
|
||||
$data['phpsapi'] = PHP_SAPI;
|
||||
if ( defined( 'HHVM_VERSION' ) ) {
|
||||
$data['hhvmversion'] = HHVM_VERSION; // @codeCoverageIgnore
|
||||
}
|
||||
$data['dbtype'] = $config->get( 'DBtype' );
|
||||
$data['dbversion'] = $this->getDB()->getServerVersion();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue