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 empty string for setting value #640

Merged
merged 1 commit into from
Aug 27, 2021
Merged

Allow empty string for setting value #640

merged 1 commit into from
Aug 27, 2021

Conversation

smortex
Copy link
Member

@smortex smortex commented Aug 26, 2021

Some PHP features are enabled by default and can be disabled by using an empty string as a setting value, e.g. user_ini.filename. The code currently require a non-empty string, making it impossible to disable such a feature.

Allow an empty string as the value of a setting.

Fix #639

Some PHP features are enabled by default and can be disabled by using an
empty string as a setting value, e.g. user_ini.filename.  The code
currently require a non-empty string, making it impossible to disable
such a feature.

Allow an empty string as the value of a setting.
@smortex smortex added the bug Something isn't working label Aug 26, 2021
@bastelfreak bastelfreak merged commit 99ddbb7 into master Aug 27, 2021
@bastelfreak bastelfreak deleted the 639 branch August 27, 2021 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

String[1] forbids empty php::settings value
2 participants