Centos 7 , yum php install

2021. 5. 28. 08:03카테고리 없음

반응형

 

yum -y epel-release
yum -y install httpd httpd-devel httpd-tools mod_ssl mod_security mod_evasive
yum -y install php php-gd php-pdo php-mcrypt php-mbstring php-soap php-curl php-php-gettext php-xcache php-tcpdf php-tcpdf-dejavu-sans-fonts php-pear php-intl php-xml php-tidy php-bcmath php-fedora-autoloader php-mysql php-process php-common
yum -y mariadb-server

yum -y epel-release

yum -y install httpd httpd-devel httpd-tools mod_ssl mod_security mod_evasive

 

yum -y install php php-gd php-pdo php-mcrypt php-mbstring php-soap php-curl php-php-gettext php-xcache php-tcpdf php-tcpdf-dejavu-sans-fonts php-pear php-intl php-xml php-tidy php-bcmath php-fedora-autoloader php-mysql php-process php-common

 

 

yum -y mariadb-server

 

 

php-tcpdf-6.2.26-1.el6.noarch
php-tidy-5.3.3-50.el6_10.x86_64
php-5.3.3-50.el6_10.x86_64
php-soap-5.3.3-50.el6_10.x86_64
php-mcrypt-5.3.3-5.el6.x86_64
php-php-gettext-1.0.12-1.el6.noarch
php-pecl-apc-3.1.9-2.el6.x86_64
php-mysql-5.3.3-50.el6_10.x86_64
php-mbstring-5.3.3-50.el6_10.x86_64
php-bcmath-5.3.3-50.el6_10.x86_64
php-pear-1.9.4-5.el6.noarch
php-pdo-5.3.3-50.el6_10.x86_64
php-process-5.3.3-50.el6_10.x86_64
php-gd-5.3.3-50.el6_10.x86_64
php-common-5.3.3-50.el6_10.x86_64
php-cli-5.3.3-50.el6_10.x86_64
php-intl-5.3.3-50.el6_10.x86_64
php-tcpdf-dejavu-sans-fonts-6.2.26-1.el6.noarch
php-xml-5.3.3-50.el6_10.x86_64
php-fedora-autoloader-1.0.1-2.el6.noarch

 

 

반응형