I have previously published a blog: "BAE3.0 new features and PHP Quick Start Guide" http://blog.csdn.net/longxuu/article/details/17389835
How to install YAF extension, actually very simple, follow the tutorial to do is, I here to explain one more.
1, download the BAE local environment to build, and then download YAF, you can download the HTTP://PECL.PHP.NET/PACKAGE/YAF to compile
2. Upload the yaf.so to the User_extention directory, and create a new file named Yaf.ini, which reads:
[YAF]
extension=/usr/lib/php5/20100525/yaf.so
yaf.environ= "Product"
yaf.library=null
yaf.cache_config=0
yaf.name_suffix=1
yaf.name_separator= ""
yaf.forward_limit=5
yaf.use_namespace=0
yaf.use_ Spl_autoload=0
Specific content to modify
3. Restart engine in BAE Control Panel (application engine-management control unit)
If you do not want to download the local environment compiled, you can go to the http://download.csdn.net/detail/longxuu/6790515 download I compile well.
Then you create a new file with Phpinfo (), and you'll see that the YAF extension is installed.