yaf系列学习之一:安装yaf
1、安装yaf
有三种安装方式:源码、PECL和安装操作系统提供的包。
我用了源码编译安装:
[root@localhost ~]# wget -c https://github.com/laruence/yaf/archive/yaf-3.0.5.tar.gz
[root@localhost ~]# tar xzvf yaf-3.0.5.tar.gz && cd yaf-3.0.5
[root@localhost ~]# phpize
[root@localhost ~]# ./configure……