GNU/Linux >> LINUX-Kenntnisse >  >> Cent OS

Installation von PHP-Erweiterungen in Centos

Hinweis zur Installation der gemeinsamen PHP-Erweiterung.

ImageMagick

$ yum install gcc
$ yum -y install php-devel

# install imagemagick binary
$ yum install ImageMagick
$ yum install ImageMagick-devel

# install php extension
$ pecl install imagick

# update configuration file
$ echo "extension=imagick.so" > /etc/php.d/imagick.ini

# restart httpd 
$ sudo service httpd restart

MCrypt

# install Epel repo for yum
$ sudo rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm
$ yum install php-mcrypt

Memcached

# install memcached library 
$ sudo yum install memcached

# add to system startup
$ sudo chkconfig memcached on
$ sudo /etc/init.d/memcached start

# install php extension
$ sudo yum install php-pecl-memcached
$ sudo service httpd restart

APC

$ sudo yum -y install php-pecl-apc

PHP-SOAP

$ sudo yum install php-soap

Cent OS
  1. PHP 5.5-Installation auf CentOs

  2. So installieren Sie PHP 7.3 auf CentOS 8

  3. So installieren Sie PHP 7.2 auf CentOS 7

  4. So installieren Sie PHP 7.3 auf CentOS 7

  5. CentOS:Aktivieren der GD-Unterstützung in der PHP-Installation

Installieren Sie PHP 7 auf CentOS 7

So installieren Sie Anaconda auf CentOS 7

So installieren Sie Drupal auf CentOS 7

So installieren Sie PHP unter CentOS 8

So installieren Sie Anaconda auf CentOS 8

So installieren Sie PHP 7 unter CentOS 7