Multiple PHP upgrade

gandalf123

New member
Joined
Nov 13, 2020
Messages
2
Hi to all
Currently, I'm using PHP 5.6 as primary and 7.1 as second version. Customers are able to choose the PHP version from the control panel.

I would like to update both replacing php 5.6 with php 7.1 as default to all websites then update the "old" 7.1 to the latest one

Any idea on how to do this automatically ?
 
then should set PHP1_SELECT to php7.1 and PHP2_SELECT to php56
it will automatic rewrite to php7.1 to ALL Website that use by PHP1_SELECT from old php5.6
 
7.1 is also end of life and even 7.2 november 30th this year. Maybe you might consider to put 7.1 on first selection and 7.3 on second and 5.6 on third so they also can try 7.3 already.
This way things get a bit more up to date.
 
thank you all and sorry for the late reply.

third selection ? I can use 3 PHP versions ? I was aware of 2, not 3............

after changing PHP1_SELECT should I rewrite php config and ./build php ?
 
thank you all and sorry for the late reply.

third selection ? I can use 3 PHP versions ? I was aware of 2, not 3............

after changing PHP1_SELECT should I rewrite php config and ./build php ?
Yes
should build php before rewrite_comfs
 
Back
Top