How does Query Monitor determine max_execution_time is Overridden at runtime
-
In Query Monitor on the Overview tab I get a warning, “No execution time limit. The max_execution_time PHP configuration directive is set to 0.”
On the Environment tab it says:
max_execution_time 0
Overridden at runtime from 150My host has checked the settings and in everywhere we can it find is set to 150.
When we run
ini_get("max_execution_time");
it returns 150.I realise that PHP doesn’t expose necessarily what is overriding the value for Query Monitor to tell us, but can you please explain how Query Monitor is determining that the max_execution_time is being overridden to 0? That might help us determine what is going on.
- The topic ‘How does Query Monitor determine max_execution_time is Overridden at runtime’ is closed to new replies.