I am having problems about the PHP INI configuration.
Currently it is using parameters in the FPM-POOL configuration.
To give an example, it has been configured to `memory_limit` overwrite the systemwide configuration which it does without problem.
What is the problem? when I try to run a script via CLI it does not use the FPM-POOL configuration if not the global PHP INI configuration.
How can I do to run a script via CLI respecting the FPM-POOL configuration?
Currently it is using parameters in the FPM-POOL configuration.
To give an example, it has been configured to `memory_limit` overwrite the systemwide configuration which it does without problem.
What is the problem? when I try to run a script via CLI it does not use the FPM-POOL configuration if not the global PHP INI configuration.
How can I do to run a script via CLI respecting the FPM-POOL configuration?