I am a bit confused by the usage of shell_exec in Matomo and can't find any docs for it.
if (!function_exists('shell_exec')) { indicating that is only recommended, but not requiredRecommendedFunctionsCheck indicating that it isn't requiredYou need to enable this built-in function. and Sie m眉ssen diese eingebaute Funktion aktivieren indicating that it is required.Can someone who knows the background help clarifying all docs?
@mattab I see that addressing this topic is planned for the 4.x series of releases, but in the meantime, do you mind answering the question of whether or not enabling shell_exec is mandatory for using the 3.x series of Matomo releases?
I had a very quick look and doesn't seem to be required, only optional.
Most helpful comment
I had a very quick look and doesn't seem to be required, only optional.