略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: 安装

2024-04-28

安装

» PECL 扩展未与 PHP 捆绑。

安装此 PECL 扩展相关的信息可在手册中标题为 PECL 扩展的安装章节中找到。更多信息如新的发行版本、下载、源文件、 维护人员信息及变更日志等,都在此处: » https://pecl.php.net/package/yaf.

PECL 扩展的 DLL 当前不可用。参见 在 Windows 上构建章节。

add a noteadd a note

User Contributed Notes 5 notes

up
0
Anonymous
1 year ago
A new PPA repo has been updated to the latest Yaf.
Available on Ubuntu 18.04, 20.04, 20.10, and 21.04

> sudo add-apt-repository ppa:mikespook/php-yaf
> sudo apt-get update
> sudo apt-get install php-yaf
up
-6
qbhust at gmail dot com
6 years ago
Yaf can be installed from source code by:

cd /path/to/yaf-src/
phpize
./configure
make
sudo make install
up
-15
vick dot qi at yahoo dot com
5 years ago
PHP 5.4.X-5.6.X should intall yaf version 2.3.4
up
-23
mikespook at gmail dot com
8 years ago
Install PHP-YAF to Ubuntu from PPA:

> sudo add-apt-repository ppa:mikespook/php5-yaf
> sudo apt-get update
> sudo apt-get install php5-yaf
up
-29
alex at corretge dot cat
9 years ago
Yaf is an PECL extension, thus you can simply install it by:

pecl install yaf

官方地址:https://www.php.net/manual/en/yaf.installation.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3