after migrate to magento 2.3 from magento 1.8 our company need to upgrade linux os php’s
We need to install PHP 7.2 but my OS (ubuntu16.04 ) does not support that. then we have to use repository .
First add this repository.
open terminal (alt ctrl t) and add this line
1 |
sudo add-apt-repository ppa:ondrej/php |
after press inter you should update
1 |
sudo apt update |
Now our os is ready for install php 7.2
1 |
sudo apt install php7.2 |
Restart Apache service and enjoy from you magento 2.3
for install php extension that are required for magento do like this
1 |
sudo apt install php7.2-gd |
List of required extension
PDO/MySQL
mbstring
mcrypt
mhash
simplexml
curl
gd2, ImageMagick 6.3.7 (or later) or both
soap
bcmath
zip
intl