Actions
Evolution #1744
ferméDo not rely on serialization to store data in base
Début:
20/11/2023
Echéance:
% réalisé:
100%
Temps estimé:
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.
Actions