#16753 closed enhancement (duplicate)
PHP5-port - microtime() use
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
See microtime() for details.
In microtime() related code uniqid() with more entropy does not need a prefix. And there is no need to seed the random number generator. See srand() for details.
Attachments (2)
Change History (8)
#1
@
14 years ago
Second patch is making use of the new parameter only, leaving other places untouched so far.
#3
@
12 years ago
- Keywords close added; has-patch removed
- Resolution set to maybelater
- Status changed from new to closed
Closing as maybe later. See: http://make.wordpress.org/core/2011/03/23/code-refactoring/
Note: See
TracTickets for help on using
tickets.
w/o additional fixes