Skip to content
Advertisement

Tag: archlinux

how i can disable php 8 and enable php7.4 in arch linux

when I run the command php -v I have version 8.0 I would like to change the version to 7.4 despite I have installed php7.4 but I don’t know how to switch between the two versions thank you Answer Let’s assume that the location of php7.4 is /usr/bin/php7.4, in which case will yield something like this: hence, you can use

Advertisement