PHP安装测试可以

rpm -Uvh http://ftp.iij.ad.jp/pub/linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm;
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm;
yum list --enablerepo=remi --enablerepo=remi-php56 | grep php;
yum install --enablerepo=remi --enablerepo=remi-php56 php php-mysql php-opcache php-pecl-apcu php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof php-pdo php-pear php-fpm php-cli php-xml php-bcmath php-process php-gd php-common;
php -v;

 

相关文章:

  • 2022-01-10
  • 2021-12-04
  • 2021-12-28
  • 2021-12-04
  • 2021-12-18
  • 2021-11-19
  • 2021-11-19
  • 2021-11-29
猜你喜欢
  • 2022-12-23
  • 2022-01-26
  • 2022-02-05
  • 2022-12-23
  • 2021-07-10
  • 2022-02-24
相关资源
相似解决方案