Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow serialized php as migration format #243

Open
gggeek opened this issue Nov 6, 2020 · 0 comments
Open

Allow serialized php as migration format #243

gggeek opened this issue Nov 6, 2020 · 0 comments
Milestone

Comments

@gggeek
Copy link
Member

gggeek commented Nov 6, 2020

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

@gggeek gggeek added this to the 6.0 milestone Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant