文章分类 - php
摘要:因为开发需求,线上需要安装下PHP的APC扩展,我们的PHP版本为5.5.33 当时尝试安装apc扩展版本 为 APC-3.3.13 安装步骤如下: tar zvfx apc-3.3.13.tar.gz cd apc-3.3.13 /usr/local/php-5.5.33/bin/phpize .
阅读全文
摘要:wget http://xdebug.org/files/xdebug-2.3.3.tgztar zvfx xdebug-2.3.3.tgz cd xdebug-2.3.3/usr/local/php-5.5.18/bin/phpize./configure --with-php-config=/u...
阅读全文
摘要:wget http://pecl.php.net/get/mongo-1.6.10.tgztar zvfx mongo-1.6.10.tgz cd mongo-1.6.10/usr/local/php-5.5.18/bin/phpize ./configure --enable-mongo=star...
阅读全文
摘要:mkdir rabbitmq-ccd rabbitmq-cwget https://github.com/alanxz/rabbitmq-c/tarball/0.2tar zxvf 0.2rm -rf 0.2cd alanxz-rabbitmq-c-f8f4fc7wget https://githu...
阅读全文