For example, your server has PHP 7.4 and PHP 5.6 both version’s installed. Now following example will help you to switch between both versions. The PHP 5.6 is configured as default PHP version for Apache and CLI. Let’s make PHP 7.4 as default PHP for Apache server and CLI.

Read => How to Install PHP 5.6 or PHP 7 on Ubuntu with PPA

Switch From PHP 5.6 => PHP 7.4

The PHP 5.6 is set as default version in your system, and you need to switch to PHP 7.4. Run the following commands to switch for Apache and command line. Apache:- Command Line:- Note – The phpize7.4 and php-config7.4 command is available in php7.4-dev package. This is more useful for compiling PHP modules using pecl.

Switch From PHP 7.4 => PHP 5.6

Default PHP 7.4 is set on your system and you need to switch to PHP 5.6. Now run the following commands to switch for Apache and command line. Apache:- Command Line:- Note – The phpize5.6 and php-config5.6 command is available in php5.6-dev package. This is more useful for compiling PHP modules using pecl.

Conclusion

This tutorial helps you to switch between multiple PHP versions on Ubuntu system. This helps you to change default PHP version on your Apache server and command line interface.