Centos 环境,PHP环境中,安装Redis,memcached,imgick,pthreads等组件

5 篇文章 0 订阅
3 篇文章 0 订阅
 #安装 php zts
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-config-file-scan-dir=/usr/local/php/etc/php.d --with-fpm-user=www --with-fpm-group=www --enable-fpm --enable-opcache --disable-fileinfo --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-bcmath --enable-shmop --enable-exif --enable-sysvsem --enable-inline-optimization --with-curl=/usr/local --enable-mbregex --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-ftp --enable-intl --with-xsl --with-gettext --enable-zip --enable-soap --disable-debug --enable-maintainer-zts
make & make install

#安装 php-redis
wget  https://github.com/phpredis/phpredis/archive/develop.zip 

/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make & make install

#安装 php-memcache
wget  http://pecl.php.net/get/memcache-3.0.8.tgz
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make & make install

#安装 php-memcached
wget  http://pecl.php.net/get/memcached-2.2.0.tgz
/usr/local/php/bin/phpize
./configure -enable-memcached -with-php-config=/usr/local/php/bin/php-config -with-zlib-dir
make & make install

#安装 php-imgick
wget  http://pecl.php.net/get/imagick-3.4.2.tgz
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config --with-imagick=/usr/local/imagemagick

#php-pthreads
wget  https://github.com/krakjoe/pthreads/archive/PHP5.zip 

/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make & make install 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值