From: Jeroen van Wolffelaar Date: Mon, 3 Sep 2001 01:40:06 +0000 (+0000) Subject: Added RAND_REDESIGN change to NEWS (could be more elaborate, but IMHO X-Git-Tag: PRE_SUBST_Z_MACROS~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf81c36cb361562e335c9c61fd5490e7b8ace5d9;p=php Added RAND_REDESIGN change to NEWS (could be more elaborate, but IMHO that should be in the manual?) --- diff --git a/NEWS b/NEWS index 3ab7ad5fad..f9850c81af 100644 --- 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