Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If everything is okay, please run below commands to install PHP packages you need.

Code Block
yum update
yum -y install php php-common php-devel php-bcmath php-gd php-pdo php-pear php-mysqlnd php-mbstring php-xml tidy php-tidy php-soap php-pecl-apcu php-pecl-ssh2 php-mcrypt php-pecl-memcache php-intl php-zip redis ImageMagick-devel

wget http://rpms.remirepo.net/enterprise/8/remi/x86_64/php72-php-pecl-ssh2-1.2-1.el8.remi.x86_64.rpm


You may need to install php-pcel-ssh2 as following

Code Block
wget http://rpms.remirepo.net/enterprise/8/remi/x86_64/php73-php-pecl-ssh2-1.2-1.el8.remi.x86_64.rpm
rpm -i php73-php-pecl-ssh2-1.2-1.el8.remi.x86_64.rpm

You can find other version at https://pkgs.org/search/?q=php-pecl-ssh2


Code Block
wget http://rpms.remirepo.net/enterprise/8/remi/x86_64/php73-php-pecl-ssh2-1.2-1.el8.remi.x86_64.rpm
rpm -i php73-php-pecl-ssh2-1.2-1.el8.remi.x86_64.rpm

You can find other version at https://pkgs.org/search/?q=php-pecl-apcu


Actually I faced below errors while I install PHP packages

...