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

Corrected info how WORDPRESS_CONFIG_EXTRA is put into effect #2418

Merged

Conversation

MorgusLethe
Copy link
Contributor

The previous wording is incorrect. The value is not embedded verbatim, but is evaluated by php's eval() function:

        eval($configExtra);
}```

@tianon
Copy link
Member

tianon commented Feb 12, 2024

Nice, thank you! Just for posterity, this is a result of the discussion in docker-library/wordpress#771 (comment) (behavior was changed in docker-library/wordpress#557). ❤️

@tianon tianon merged commit 4ce9fc3 into docker-library:master Feb 12, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants