]> granicus.if.org Git - php/commitdiff
revert bad commit
authorfoobar <sniper@php.net>
Wed, 5 Sep 2001 19:48:28 +0000 (19:48 +0000)
committerfoobar <sniper@php.net>
Wed, 5 Sep 2001 19:48:28 +0000 (19:48 +0000)
php.ini-dist
php.ini-recommended

index f4d0b6b710675d1fcabd155e436b51606340e44b..815c62b4b23ae575b0937424bf09477e0db73ea7 100644 (file)
@@ -117,15 +117,6 @@ implicit_flush = Off
 ; reference).
 allow_call_time_pass_reference = On
 
-; Default random number generator. Specify here which random number generator
-; you want to use for the PHP-rand() function. Usually MT (Mersenne Twister,
-; see http://www.php.net/manual/en/function.mt-rand.php) is the best choice.
-; It is thread-safe, fast, and, quite important, mod and divide-free.
-; Possible values are 'system', 'mt' and 'lcg'
-random_number_generator = mt
-
-
-;
 ; Safe Mode
 ;
 safe_mode = Off
index a38e410f31f5a8b34922b743f4082021d6a97b06..964b048ea198900db6967a4e34e41c5d185f01d8 100644 (file)
@@ -130,14 +130,6 @@ implicit_flush = Off
 ; reference).
 allow_call_time_pass_reference = Off
 
-; Default random number generator. Specify here which random number generator
-; you want to use for the PHP-rand() function. Usually MT (Mersenne Twister,
-; see http://www.php.net/manual/en/function.mt-rand.php) is the best choice.
-; It is thread-safe, fast, and, quite important, mod and divide-free.
-; Possible values are 'system', 'mt' and 'lcg'
-random_number_generator = mt
-
-
 ;
 ; Safe Mode
 ;