diff options
author | Jim Jagielski <jimjag@php.net> | 2001-02-06 16:27:08 +0000 |
---|---|---|
committer | Jim Jagielski <jimjag@php.net> | 2001-02-06 16:27:08 +0000 |
commit | e541a27eed8d024678e08d69d71c2c76a5e253e2 (patch) | |
tree | dafc7f3dc4d1b53549daaf8a046afc730144023a /ChangeLog | |
parent | 222ac6e30eae7c9c072a7fbc2bf57a83eaac83d0 (diff) | |
download | php-git-e541a27eed8d024678e08d69d71c2c76a5e253e2.tar.gz |
For those lucky systems with both random() and *rand48(), the random()
family is the prefered choice. So if both exist, we now choose that.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2001-02-06 Jim Jagielski <jim@jaguNET.com> + + * ext/standard/array.c: + ext/standard/crypt.c: + ext/standard/rand.c: + Prefer the random() family over the *rand48() one + 2001-02-05 Zeev Suraski <zeev@zend.com> * ext/com/typedef_VARIANT.c |