You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Using this config as a base:
When trying to change the setting for
max_execution_time
for both cli and web, the setting will be added toconfig
but will not change the value forconfigCLI
. 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.The text was updated successfully, but these errors were encountered: