Home > Article > Backend Development > How to install yaf framework under windows. windows phone windows10 download windows7 64-bit flagship
<code>windows下安装yaf</code>
<code>1.首先去下载扩展。网址是</code>http://pecl.php.net/package/yaf,下载适合windows的dll文件。
<p>下载对应的php_yaf.dll文件。看自己的php版本是安全线程。还是非安全线程。</p><p>如果是安全的 下载ts的dll</p><p>如果是非安全的。下载nts的dll。</p>
2.把文件。配置到php.ini中去。先把扩展拷到ext
<p>extension=php_yaf.dll</p><p>3.重启服务器。看是否有php_yaf的扩展了。这个直接写个phpinfo();就可以看了。</p><p><img src="http://image.codes51.com/Article/image/20160406/20160406163707_6562.png" alt="windows10,windows7,windows官网,windows8,windows xp,windows8.1,windows phone,windows10 下载,windows7 64位旗舰"></p>4. Finally. You can just build your own project and test it. The learning website is as follows: http://www.laruence.com/manual/
The above introduces how to install the yaf framework under windos. , including windos content, I hope it will be helpful to friends who are interested in PHP tutorials.