X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FGlobalFunctions.php;h=ff91ba0a9dbc83ae3d53acfbeecb91c1f11fecab;hb=853c6852ecb28f1a4bbcfa9b7f14a4759050b05b;hp=ef0ec2c00cedbe1960e64321d1522c544163e54c;hpb=958a08f1b2408e4b672620c3277f734eca0247d6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index ef0ec2c00c..ff91ba0a9d 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2470,12 +2470,12 @@ function wfIsWindows() { } /** - * Check if we are running under HipHop + * Check if we are running under HHVM * * @return Bool */ -function wfIsHipHop() { - return defined( 'HPHP_VERSION' ); +function wfIsHHVM() { + return defined( 'HHVM_VERSION' ); } /**