]> granicus.if.org Git - php/commitdiff
Added RAND_REDESIGN change to NEWS (could be more elaborate, but IMHO
authorJeroen van Wolffelaar <jeroen@php.net>
Mon, 3 Sep 2001 01:40:06 +0000 (01:40 +0000)
committerJeroen van Wolffelaar <jeroen@php.net>
Mon, 3 Sep 2001 01:40:06 +0000 (01:40 +0000)
that should be in the manual?)

NEWS

diff --git a/NEWS b/NEWS
index 3ab7ad5fad4113f5584a22c17f353f3d2a095c81..f9850c81aff69892dcc0a31e1a2ac1babacfff61 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.0.8-dev
+- Simplified use of rand() functions. Now you do not need to use srand()
+  anymore, nor mt_rand(). See the manual for more details (Jeroen)
 - Made in_array() and search_array() allow the needle to be an array in
   itself. (Andrei)
 - Added ini_get_all() function which returns all registered ini entries