From 3a044786f8f979efd88b2876ffb7321c3ef34441 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 5 Sep 2001 19:48:28 +0000 Subject: [PATCH] revert bad commit --- php.ini-dist | 9 --------- php.ini-recommended | 8 -------- 2 files changed, 17 deletions(-) diff --git a/php.ini-dist b/php.ini-dist index f4d0b6b710..815c62b4b2 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -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 diff --git a/php.ini-recommended b/php.ini-recommended index a38e410f31..964b048ea1 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -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 ; -- 2.50.1