Opened 2 years ago
Last modified 19 months ago
#16754 new enhancement
PHP5-port - srand()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | General | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Attachments (2)
Change History (5)
- Version changed from 3.1 to 3.3
- Removed srand()
- There's no reason to do floor(rand()) when rand() always returns an integer.
- Renamed $emailNOSPAMaddy to $email_no_spam_addy to match Coding Standards
- Replaced "$i = $i + 1" with "$i++" which is more common in WordPress
comment:3
SergeyBiryukov — 19 months ago
- Version changed from 3.3 to 3.1
Version field indicates when the enhancement was initially suggested.
Note: See
TracTickets for help on using
tickets.

Probably this just was forgotten