Is it possible to have PHP 5.6 and PHP 7 ?
Is it possible to have PHP 5.6 and PHP 7 ?
I need to be able to have both PHP 5.6 and 7 on the same server.
Is it possible to select which version we want for a specific website ?
Is it possible to select which version we want for a specific website ?
Last edited by Spheerys on Wed Feb 03, 2016 1:16 pm, edited 1 time in total.
Re: Is it possible to have PHP 5.6 and PHP 7 ?
Possible.
- make different templates based on php-cgi (for example php56-cgi and php7-cgi) and inside
- compile php from source
- edit new templates and add correct action phpcgi-script
Templates here - /usr/local/vesta/data/templates/web/apache2
- make different templates based on php-cgi (for example php56-cgi and php7-cgi) and inside
- compile php from source
- edit new templates and add correct action phpcgi-script
Templates here - /usr/local/vesta/data/templates/web/apache2
Re: Is it possible to have PHP 5.6 and PHP 7 ?
Thanks, I will dig in this way :)