]> granicus.if.org Git - php/commitdiff
.
authorSascha Schumann <sas@php.net>
Sat, 21 Aug 1999 17:34:55 +0000 (17:34 +0000)
committerSascha Schumann <sas@php.net>
Sat, 21 Aug 1999 17:34:55 +0000 (17:34 +0000)
ChangeLog

index d262c27e4bdf1c40035bb1c92bed6ff293c60123..1416f6846ba7daf31d3b90d5889d32193e57b203 100644 (file)
--- 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)