From 8b7f594a2bcd67154274c5533274fe4d83a676fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Aug 2016 12:59:14 +0200 Subject: [PATCH] clean removed functions (since they are alias) --- ext/standard/php_math.h | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.40.0