From: Chad Horohoe Date: Mon, 30 Aug 2010 14:23:52 +0000 (+0000) Subject: Mark wfSeedRandom() for removal in next version. Not used anywhere X-Git-Tag: 1.31.0-rc.0~35273 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=70950f82564eea580dbd2ca2fb8b1fb3bd5781ea;p=lhc%2Fweb%2Fwiklou.git Mark wfSeedRandom() for removal in next version. Not used anywhere --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index b96e167139..918bc44a4d 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -227,9 +227,10 @@ function wfArrayDiff2_cmp( $a, $b ) { /** * Seed Mersenne Twister * No-op for compatibility; only necessary in PHP < 4.2.0 + * @deprecated. Remove in 1.18 */ function wfSeedRandom() { - /* No-op */ + wfDeprecated(__FUNCTION__); } /**