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]