Actions
Evolution #1744
closedDo not rely on serialization to store data in base
Start date:
11/20/2023
Due date:
% Done:
100%
Estimated time:
Vote:
Description
Some data are stored in database using PHP serialization; but that's a terrible idea, since PHP never garantee results of (un)serialization will be same across versions.
In mailing history for example, recipients are stored that way; and unserializing some old entries always fail now :/ I guess this is the only usage in core (need to check), but serialized data are also stored in paypal plugin as far as I remember.
Updated by Johan Cwiklinski 8 months ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit f3bace65af632c7cfccbb0e669a69f6cc999293e.
Updated by Johan Cwiklinski 8 months ago
- Category changed from Database to Core
- Assignee set to Johan Cwiklinski
- Target version set to 1.1.0
Actions