Summary | microtime() does not produce unique results |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | slusarz (at) horde (dot) org |
Created | 07/07/2010 (5450 days ago) |
Due | |
Updated | 07/07/2010 (5450 days ago) |
Assigned | |
Resolved | 07/07/2010 (5450 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 4 |
Patch | No |
Bug: 9127Merge from git: Better random strings
http://cvs.horde.org/diff.php/framework/Block/Block/Attic/Layout.php?rt=horde&r1=1.21.10.13&r2=1.21.10.14&ty=u
http://cvs.horde.org/diff.php/framework/MIME/MIME/Attic/Contents.php?rt=horde&r1=1.129.4.46&r2=1.129.4.47&ty=u
http://cvs.horde.org/diff.php/framework/MIME/MIME/Attic/Part.php?rt=horde&r1=1.177.4.29&r2=1.177.4.30&ty=u
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒ 4
Assigned to Michael Slusarz
Queue ⇒ Horde Framework Packages
Summary ⇒ microtime() does not produce unique results
Type ⇒ Bug
State ⇒ Assigned
Need to replace microtime() calls with uniqid(mt_rand()) (this is what
we use in Horde 4).