fairyguo 发表于 2015-8-25 13:35:03

php安装libevent

  libevent扩展安装
  libevent-2.0.16-stable.tar
  http://libevent.org/
  


view plaincopy
[*]cd libevent-2.0.16-stable
[*]./configure
[*]make
[*]make install
  
  
下载php-libeventc 扩展
http://pecl.php.net/package/libevent


view plaincopy
[*]tar -xzvflibevent-0-1.0.0.tar
[*]cd libevent-0.1.0
[*]/usr/bin/phpize
[*] ll
[*] ./configure--with-php-config=/Applications/XAMPP/xamppfiles/bin/php-config
[*] make
[*] make install

页: [1]
查看完整版本: php安装libevent