@fdellwing wrote:
Hello!
We have a server that needs to run PHP5.4 but also runs Piwik. So, Piwik is running with nginx/PHP7.0-fpm and is than proxied to apache2.
Today I needed to create a new site and wanted to import the access logs from the last 14 days. Well, it was not possible because the importer uses php and not php7.0. I fixxed this issue by altering the importer to use php7.0 binary (line 971).
The problem now lies in the console. There is no possibility to define my own binary (I found none). It would be nice, to:
a) Automaticly search for php7.0 and php7.1 if php links to php5.4
or
b) Beeing able to choose my own binary via cli option (this option is only valid, if I'm able to run the help with php5.4. Currently I'm not able to do this!)Greetings from Germany
Fabian
Posts: 4
Participants: 2