How to install multi PHP versions
-
- Posts: 1
- Joined: Sat Jun 26, 2021 5:42 am
Re: How to install multi PHP versions
Changing the php version in the Web Template but no effect. all time working last php version
Tags:
Re: How to install multi PHP versions
Maybe you are doing it in "Packages" section, which is wrong place to do that.shahadatnb wrote: ↑Sat Jun 26, 2021 12:47 pmChanging the php version in the Web Template but no effect. all time working last php version
Go to WEB -> yourdomain -> EDIT
- carival60
- Posts: 2
- Joined: Tue Oct 05, 2021 11:10 pm
- Your location: Caracas, Venezuela
- First name and last name: Carlos Rivas
Re: How to install multi PHP versions
Coming from VestaCP to myVesta. Fresh install on Debian 10. The script works nicely, no issues.
Thanks and keep the good work...
Thanks and keep the good work...
-
- Posts: 2
- Joined: Thu Nov 18, 2021 8:23 pm
Re: How to install multi PHP versions
Hello I want to know how I can put 1 in the version of php that I want to install, I am using putty as a command console and when I try to place the 1 to indicate that it is the version that interests me in multiphp it does not allow me then I know which key I must click to put the 1 through ssh in putty.
- carival60
- Posts: 2
- Joined: Tue Oct 05, 2021 11:10 pm
- Your location: Caracas, Venezuela
- First name and last name: Carlos Rivas
Re: How to install multi PHP versions
As myvesta explained:juanluis12 wrote: ↑Thu Nov 18, 2021 8:28 pmHello I want to know how I can put 1 in the version of php that I want to install, I am using putty as a command console and when I try to place the 1 to indicate that it is the version that interests me in multiphp it does not allow me then I know which key I must click to put the 1 through ssh in putty.
1. Download php-installer:
Code: Select all
wget -nv -O ./vesta-inst-php.sh https://c.myvestacp.com/tools/multi-php-install.sh
Code: Select all
nano ./vesta-inst-php.sh
Code: Select all
inst_56=0
inst_70=0
inst_71=0
inst_72=0
inst_73=0
inst_74=0
inst_80=0
Code: Select all
sudo bash ./vesta-inst-php.sh
Hope this can help you...
Re: How to install multi PHP versions
I think he never used 'vi'.
@juanluis12
Google is your friend, probably even on YouTube you can find 'how to use linux vi tutorial'
@juanluis12
Google is your friend, probably even on YouTube you can find 'how to use linux vi tutorial'
Re: How to install multi PHP versions
When I do update on my server, i see a lot of php 8.1 packages being installed/updated.
Do we have support for php 8.1? Is it out?
Do we have support for php 8.1? Is it out?
Re: How to install multi PHP versions
hello,
now PHP 8.1 is released. When will it be implemented in the templates?
best regards
now PHP 8.1 is released. When will it be implemented in the templates?

best regards
Re: How to install multi PHP versions
I see:
Changelog:
Version 0.9.8-26-53 [12-Dec-2021]
==================================================
* Support for PHP 8.1
* Function to ensure that pool.d folders are not empty
so we just inst_81=1 ?
Changelog:
Version 0.9.8-26-53 [12-Dec-2021]
==================================================
* Support for PHP 8.1
* Function to ensure that pool.d folders are not empty
so we just inst_81=1 ?