summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-08-21 17:34:55 +0000
committerSascha Schumann <sas@php.net>1999-08-21 17:34:55 +0000
commitf9b89017917b93063be23bb006fc6b76cf4cb8a3 (patch)
tree3f4661bd573f7e38f901ffaa4a4e5991b9dfca76
parentc9bb8db0add8141b863d2272f62f97f2ec82abaa (diff)
downloadphp-git-f9b89017917b93063be23bb006fc6b76cf4cb8a3.tar.gz
.
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d262c27e4b..1416f6846b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ PHP 4.0 CHANGE LOG ChangeLog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? 1999, Version 4.0 Beta 3
+- Improved speed of uniqid() by using the combined LCG and removing
+ the extra usleep() (Sascha)
+- Introduced general combined linear congruential generator (Sascha)
- Made ldap_close back into an alias for ldap_unbind (Andrey)
- OciFetchInto now resets the returned array in all cases (Thies)
- Fixed mysql_errno() to work with recent versions of MySQL (Zeev)