Opened 19 months ago
Closed 17 months ago
#19157 closed enhancement (fixed)
Remove PHP4 compat from timer functions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Performance | Version: | 3.3 |
| Severity: | minor | Keywords: | has-patch 3.4-early |
| Cc: |
Description
The timer_start/stop functions are using microtime() in PHP4 compat mode, without the get_as_float argument. We can make them all much simpler, see patch. Also fixes some of the inline docs.
Attachments (1)
Change History (5)
comment:1
solarissmoke — 19 months ago
- Keywords has-patch added
solarissmoke — 19 months ago
- Keywords 3.4-early added
- Milestone changed from Awaiting Review to Future Release
Note: See
TracTickets for help on using
tickets.

Use microtime() with get_as_float