From 7981a294bd2fb329d404001c369517e2953b92a6 Mon Sep 17 00:00:00 2001 From: Leigh Date: Tue, 5 Jul 2016 11:54:07 +0100 Subject: Fix mt_rand impl. Provide legacy impl. access. --- ext/standard/php_math.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/standard/php_math.h') diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index 406fd49dcd..91cd3e498e 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -51,6 +51,7 @@ PHP_FUNCTION(getrandmax); PHP_FUNCTION(mt_srand); PHP_FUNCTION(mt_rand); PHP_FUNCTION(mt_getrandmax); +PHP_FUNCTION(mt_rand_mode); PHP_FUNCTION(abs); PHP_FUNCTION(ceil); PHP_FUNCTION(floor); -- cgit v1.2.1