#8166 closed enhancement (fixed)
Optimizations for mysql2date()
Reported by: | jacobsantos | Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Optimization | Keywords: | phpdoc has-patch tested commit |
Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
First patch which removes redundant code (DRY), based on r9626