泰山神 发表于 2018-12-12 12:21:52

php7下安装event扩展

  wget -c http://pecl.php.net/get/event-2.3.0.tgz -P /usr/local/src
  cd /usr/local/src
  tar -zxvf event-2.3.0.tgz && cd event-2.3.0
  /usr/local/php/bin/phpize
  ./configure --with-php-config=/usr/local/php/bin/php-config --with-event-libevent-dir=/usr/local/libevent-2.1.8/
  make && make install

页: [1]
查看完整版本: php7下安装event扩展