]> granicus.if.org Git - php/commitdiff
clean removed functions (since they are alias)
authorRemi Collet <remi@php.net>
Wed, 3 Aug 2016 10:59:14 +0000 (12:59 +0200)
committerRemi Collet <remi@php.net>
Wed, 3 Aug 2016 10:59:14 +0000 (12:59 +0200)
ext/standard/php_math.h

index 406fd49dcd9c02166f0ac7a9bdf53d149afc026d..9798db84227d62b81cf2025938c595994efff890 100644 (file)
@@ -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);