replace PHP version

freakie

Verified User
Joined
Jan 16, 2006
Messages
81
Location
Apeldoorn, Netherlands
Hi,

at the moment i have this in my options.conf:

#PHP Settings
php1_release=7.3
php1_mode=php-fpm
php2_release=5.6
php2_mode=php-fpm
php3_release=7.1
php3_mode=php-fpm
php4_release=7.4
php4_mode=php-fpm

I would like to reaplce 7.1 with 8

is there a recommendation on this or do i just replace 7.1 with 8 and do ./build php n ?
 
is there a recommendation on this or do i just replace 7.1 with 8 and do ./build php n ?

Yes, replace and delete folders of old php version. Maybe there's an easier way of switching php versions but at least it worked smoothly for me this was.
 
Back
Top