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

Make it possible to specify whether numeric ini settings are exact, minimum or maximum #1

Open
geoffreyvanwyk opened this issue Aug 17, 2023 · 0 comments

Comments

@geoffreyvanwyk
Copy link
Owner

Some web applications need particular numeric ini settings have a minimum value, e.g. Moodle requires that max_input_vars should have a minimum value of 5000. If the value in the ini file is already 6000, then it should be left alone.

The php_ini_* variables should expect an additional dictionary property in its lists of settings which specify whether a value is exact, a minimum or a maximum. By default it should be exact.

This feature might be better implemented in the community.general.ini_file module.

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