Opened 15 years ago
Closed 13 years ago
#16755 closed enhancement (worksforme)
PHP5-port - uniqid()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.1 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Change History (1)
Note: See
TracTickets for help on using
tickets.
The only locations within core (and not within a external library) where we're using uniqid() are the following:
In neither of these uses is using
$prefixexactly bad, or causes any issues.Closing, as there's no need to update this code, it works, and it's not buggy.