#8166 closed enhancement (fixed)
Optimizations for mysql2date()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Optimization | Version: | |
| Severity: | normal | Keywords: | phpdoc has-patch tested commit |
| Cc: |
Description
Optimizations for mysql2date().
- Might be premature, but first patch at least removes redundant code.
- Second patch needs testing, but might speed up code while simpflying it.
Based on Speedboxer suggestion and discussion with DD32 on IRC.
Attachments (2)
Change History (8)
jacobsantos — 5 years ago
comment:1
jacobsantos — 5 years ago
- Keywords has-patch added
comment:2
Speedboxer — 5 years ago
Tested the second patch, it works.
comment:3
jacobsantos — 4 years ago
- Keywords tested commit added
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

First patch which removes redundant code (DRY), based on r9626