X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=blobdiff_plain;f=includes%2Fdebug%2FMWDebug.php;h=fb11f368ea4515157fa6dfb6cba73933369adf5a;hb=914e7e2b5d34104bd9ae800f632c68ddc6eecef1;hp=01e0ba0bb654ed7035142cc57e1ad6d0942b5c7f;hpb=f1ffba4ec1a42d19bc260446ed7b0f6bfc43a57f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/debug/MWDebug.php b/includes/debug/MWDebug.php index 01e0ba0bb6..fb11f368ea 100644 --- a/includes/debug/MWDebug.php +++ b/includes/debug/MWDebug.php @@ -538,7 +538,8 @@ class MWDebug { return array( 'mwVersion' => $wgVersion, - 'phpVersion' => PHP_VERSION, + 'phpEngine' => wfIsHHVM() ? 'HHVM' : 'PHP', + 'phpVersion' => wfIsHHVM() ? HHVM_VERSION : PHP_VERSION, 'gitRevision' => GitInfo::headSHA1(), 'gitBranch' => GitInfo::currentBranch(), 'gitViewUrl' => GitInfo::headViewUrl(),