本人備忘的文章~~~php
yaf框架中文手冊:http://yaf.laruence.com/manual/index.htmlhtml
yaf手冊:http://www.php.net/manual/en/book.yaf.phpjava
1.下載並安裝yaf擴展 http://pecl.php.net/package/yaflinux
#wget http://pecl.php.net/get/yaf-2.2.9.tgz #tar zxvf yaf-2.2.9.tgz #cd yaf-2.2.9 [root@bogon yaf-2.2.9]# whereis phpize phpize: /usr/bin/phpize /usr/share/man/man1/phpize.1.gz /usr/bin/phpize [root@bogon yaf-2.2.9]# /usr/bin/phpize Configuring for: PHP Api Version: 20090626 Zend Module Api No: 20090626 Zend Extension Api No: 220090626 #whereis php-config php-config: /usr/bin/php-config /usr/share/man/man1/php-config.1.gz #./configure --with-php-config=/usr/bin/php-config #make && make install
2.添加擴展配置到PHP.iniweb
在/etc/php.ini文件裏添加一行框架
extension=yaf.so
重啓webserver 便可。spa
若是phpinfo看不到yaf擴展(我就遇到了這個問題).net
最後一步能夠替換成全路徑debug
extension="/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/yaf.so"