libevent扩展安装
[plain] view plaincopy
- cd libevent-2.0.16-stable
- ./configure
- make
- make install
下载php-libevent c 扩展
http://pecl.php.net/package/libevent
[plain] view plaincopy
- tar -xzvf libevent-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