#8166 closed enhancement (fixed)
Optimizations for mysql2date()
| Reported by: | jacobsantos | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Optimization | Version: | |
| Severity: | normal | Keywords: | phpdoc has-patch tested commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
First patch which removes redundant code (DRY), based on r9626