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
#1
Mis à jour par Johan Cwiklinski il y a 10 mois
- Statut changé de Nouveau à Résolu
- % réalisé changé de 0 à 100
Appliqué par commit f3bace65af632c7cfccbb0e669a69f6cc999293e.
Actions
#2
Mis à jour par Johan Cwiklinski il y a 10 mois
- Catégorie changé de Database à Core
- Assigné à mis à Johan Cwiklinski
- Version cible mis à 1.1.0
Actions