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

Check for overrides when changing php settings #76

Open
Derroylo opened this issue Dec 3, 2023 · 0 comments
Open

Check for overrides when changing php settings #76

Derroylo opened this issue Dec 3, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@Derroylo
Copy link
Owner

Derroylo commented Dec 3, 2023

Using this config as a base:

php:
  version: 8.0
  config:
    opcache.enable: off
    xdebug.mode: off
    xdebug.start_with_request: yes
  configWeb:
    memory_limit: 512M
    xdebug.mode: off
  configCLI:
    max_execution_time: 0
    xdebug.mode: off

When trying to change the setting for max_execution_time for both cli and web, the setting will be added to config but will not change the value for configCLI. If i want to change a setting globally and there is an override in Web or CLI, then the tool should inform the user about this and aks if the override should be removed.

@Derroylo Derroylo added bug Something isn't working good first issue Good for newcomers labels Dec 3, 2023
@Derroylo Derroylo added this to the v0.5.0 milestone Dec 3, 2023
@Derroylo Derroylo added this to GPT Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant