From: Remi Collet Date: Wed, 3 Aug 2016 10:59:14 +0000 (+0200) Subject: clean removed functions (since they are alias) X-Git-Tag: php-7.1.0beta3~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b7f594a2bcd67154274c5533274fe4d83a676fd;p=php clean removed functions (since they are alias) --- diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index 406fd49dcd..9798db8422 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -45,9 +45,6 @@ PHP_FUNCTION(is_infinite); PHP_FUNCTION(is_nan); PHP_FUNCTION(pow); PHP_FUNCTION(sqrt); -PHP_FUNCTION(srand); -PHP_FUNCTION(rand); -PHP_FUNCTION(getrandmax); PHP_FUNCTION(mt_srand); PHP_FUNCTION(mt_rand); PHP_FUNCTION(mt_getrandmax);