summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeroen van Wolffelaar <jeroen@php.net>2001-09-03 01:40:06 +0000
committerJeroen van Wolffelaar <jeroen@php.net>2001-09-03 01:40:06 +0000
commitbf81c36cb361562e335c9c61fd5490e7b8ace5d9 (patch)
tree0c1925d6c9d4484f7a9e5b629e4b0444970768be /NEWS
parent72c7ae080b05720633070c6a980ee392f431a3c1 (diff)
downloadphp-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--NEWS2
1 files changed, 2 insertions, 0 deletions
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