diff options
author | Jeroen van Wolffelaar <jeroen@php.net> | 2001-09-03 01:40:06 +0000 |
---|---|---|
committer | Jeroen van Wolffelaar <jeroen@php.net> | 2001-09-03 01:40:06 +0000 |
commit | bf81c36cb361562e335c9c61fd5490e7b8ace5d9 (patch) | |
tree | 0c1925d6c9d4484f7a9e5b629e4b0444970768be /NEWS | |
parent | 72c7ae080b05720633070c6a980ee392f431a3c1 (diff) | |
download | php-git-bf81c36cb361562e335c9c61fd5490e7b8ace5d9.tar.gz |
Added RAND_REDESIGN change to NEWS (could be more elaborate, but IMHO
that should be in the manual?)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |