Details
Description
the static types should be removed and made to instances of types that can differ between platforms.
Following reasons:
1. Some vendors already convert values to PHP types, for example integers. Not converting again could save about 15% wall-time for integers for example.
2. Some vendors require different type code, this is currently handled by expensive if checks.
3. If you want to change a type for one vendor but also use another vendor in the same request, then you have a problem currently.
4. If types were platform aware then we could make registering custom types simpler.
Activity
Guilherme Blanco
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.3 [ 10184 ] | |
| Fix Version/s | 2.2 [ 10142 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 12725 ] | jira-feedback2 [ 17576 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 17576 ] | jira-feedback3 [ 19930 ] |
Benjamin Eberlei
made changes -
| Fix Version/s | 2.4 [ 10320 ] | |
| Fix Version/s | 2.3 [ 10184 ] |