kaliop-uk / ezmigrationbundle

This bundle makes it easy to handle eZPlatform / eZPublish5 content upgrades/migrations
GNU General Public License v2.0
53 stars 81 forks source link

Allow serialized php as migration format #243

Open gggeek opened 4 years ago

gggeek commented 4 years ago

Migrations stored as serialized php are of course not very readable, but they can be more efficient in terms of cpu and memory usage for the case of mass migrations.

Since php 7.0, the allowed_classes option allows safe calling of unserialize().

We should take advantage of that