summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2016-08-03 12:59:21 +0200
committerRemi Collet <remi@php.net>2016-08-03 12:59:21 +0200
commit593c1542e824da2955e84dacbd97474edd75f7a4 (patch)
tree9fc5e5288fe167d1439321821407f15c968b48f8
parent90ceb6ebf8d18fd4a6ac072026f84d5bfbc68a41 (diff)
parent8b7f594a2bcd67154274c5533274fe4d83a676fd (diff)
downloadphp-git-593c1542e824da2955e84dacbd97474edd75f7a4.tar.gz
Merge branch 'PHP-7.1'
* PHP-7.1: clean removed functions (since they are alias)
-rw-r--r--ext/standard/php_math.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h
index 62c089bf48..585b6c4d17 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -46,9 +46,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);