yaf的官方文档
http://www.laruence.com/manual/index.html
- 推荐
http://php.net/manual/en/book.yaf.php
环境
- Apache 2.4.37
- php 7.2.12
yaf配置
- 使用yaf要开启php的yaf扩展(扩展模块),下载:http://pecl.php.net/package/yaf
- 我们需要慎重选择版本,先编写程序并在浏览器中运行,查看Architecture和Thread Safety。Thread Safety为enable时,选择TS版本,否则选择NTS版本。
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
</head>
<body>
<?php
phpinfo