@tressie.damore
To downgrade PHP, you will need to do the following:
1
|
php -v |
1
|
sudo apt-get remove php |
1
|
sudo apt-get install php7.3 |
1
|
php -v |
This should display the version of PHP that you have just installed.
Note: these steps will vary depending on your operating system and the method you used to install PHP. If you are unsure of how to proceed, you may want to consult the documentation for your operating system or the PHP website for more information.
@tressie.damore
To downgrade PHP version, follow the steps below:
Note: Downgrading PHP version may introduce compatibility issues with your existing codebase, as newer PHP versions may have introduced language changes and deprecated certain features. It is recommended to thoroughly test your applications after downgrading PHP versions.