summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Jagielski <jimjag@php.net>2001-02-06 16:27:08 +0000
committerJim Jagielski <jimjag@php.net>2001-02-06 16:27:08 +0000
commite541a27eed8d024678e08d69d71c2c76a5e253e2 (patch)
treedafc7f3dc4d1b53549daaf8a046afc730144023a /ChangeLog
parent222ac6e30eae7c9c072a7fbc2bf57a83eaac83d0 (diff)
downloadphp-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3efea6f8c..b4e2876157 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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