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

How can you deal with PHP serialized data #49

Open
pajtai opened this issue Mar 12, 2020 · 0 comments
Open

How can you deal with PHP serialized data #49

pajtai opened this issue Mar 12, 2020 · 0 comments

Comments

@pajtai
Copy link

pajtai commented Mar 12, 2020

First off, thanks for the awesome tool!

I'm trying to create a configuration file for Wordpress. I saw the JSON type, but WP has a lot of PHP serialized data. Is there any preconfigured way to deal with that, or would it have to be converted to JSON first?

For example how would you deal with an entry something like the following?

a:3:{s:5:"title";s:6:"Author";s:3:"name";s:12:"Bob Bobsocks";s:6:"target";s:0:"";}

Here I'd want to anonymize the name keys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant