php下pthreads擴充套件安裝
wget http://pecl.php.net/get/pthreads-2.0.7.tgz
tar zxvf pthreads-2.0.7.tgz
cd pthreads-2.0.7
/srv/php-5.6.17/bin/phpize
./configure --with-php-config=/srv/php-5.6.17/bin/php-config
make
make install
vim /srv/php-5.6.17/etc/php.ini
extension=pthreads.so
systemctl restart php-fpm