X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FGlobalFunctions.php;h=6396290f0ead48376ba65d70ba9f6cf2fd8cff11;hp=125b917caad71ec305b2433918778ed8a90c1a07;hb=6d5d0c9fb78cb3d436051640af6bd4e8db574512;hpb=4bfbf2c225d7f45aff167613f35d7d9153abe252 diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 125b917caa..6396290f0e 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1915,10 +1915,12 @@ function wfIsWindows() { /** * Check if we are running under HHVM * + * @deprecated since 1.34, HHVM is no longer supported * @return bool */ function wfIsHHVM() { - return defined( 'HHVM_VERSION' ); + // wfDeprecated( __FUNCTION__, '1.34' ); + return false; } /**