Versions Compared

Key

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

...

Code Block
yum update
yum 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


If you face following similar errors, you should set enabled=1 at /etc/yum.repos.d/PowerTools.repo, /etc/yum.repos.d/Extras.repo, /etc/yum.repos.d/centosplus.repo, /etc/yum.repos.d/epel-playground.repoActually I faced below errors while I install PHP packages

Code Block
No match for argument: php-tidy
No match for argument: php-pecl-ssh2
No match for argument: php-mcrypt
No match for argument: php-pecl-memcache 

...