[email protected]

安装命令
brew install [email protected]

通用脚本语言

https://php.ac.cn/

许可证: PHP-3.01

公式 JSON API: /api/formula/[email protected]

公式代码: [email protected] 在 GitHub 上

支持以下平台安装(二进制包)

Apple Silicon sonoma
ventura
monterey
Intel sonoma
ventura
monterey
64位 Linux

当前版本

稳定版 8.1.29

其他版本

[email protected] 8.2.22 通用脚本语言
[email protected] 8.0.30 通用脚本语言

仅提供 Keg

依赖

apr 1.7.4 Apache 可移植运行时库
apr-util 1.6.3 Apache 可移植运行时库(apr)的配套库
argon2 20190702 密码哈希库和 CLI 工具
aspell 0.60.8.1 比 ispell 更好的拼写检查器
autoconf 2.72 自动配置脚本生成器
curl 8.9.1 从 HTTP、HTTPS 或 FTP 服务器获取文件
freetds 1.4.22 与 Microsoft SQL Server 和 Sybase 数据库通信的库
gd 2.3.3 动态操作图像的图形库
gettext 0.22.5 GNU 国际化(i18n)和本地化(l10n)库
gmp 6.3.0 GNU 多精度算术库
icu4c 74.2 C/C++ 和 Java 库,用于 Unicode 和全球化
krb5 1.21.3 网络身份验证协议
libpq 16.3 Postgres C API 库
libsodium 1.0.20 NaCl 网络和加密库
libzip 1.10.1 用于读取、创建和修改 zip 存档的 C 库
oniguruma 6.9.9 正则表达式库
openldap 2.6.8 开源目录软件套件
openssl@3 3.3.1 密码学和 SSL/TLS 工具包
pcre2 10.44 具有新 API 的与 Perl 兼容的正则表达式库
sqlite 3.46.0 SQLite 的命令行界面
tidy-html5 5.8.0 HTML 工具的鼻祖,支持现代标准
unixodbc 2.3.12 UNIX 的 ODBC 3 连接性

从源码构建时依赖

httpd 2.4.62 Apache HTTP 服务器
pkg-config 0.29.2 管理库的编译和链接标志
要在 Apache 中启用 PHP,请将以下内容添加到 httpd.conf 并重启 Apache
     LoadModule php_module $HOMEBREW_PREFIX/opt/[email protected]/lib/httpd/modules/libphp.so

     <FilesMatch \.php$>
     SetHandler application/x-httpd-php
     </FilesMatch>

最后,检查 DirectoryIndex 是否包含 index.php
     DirectoryIndex index.php index.html

php.ini 和 php-fpm.ini 文件可以在以下位置找到
     $HOMEBREW_PREFIX/etc/php/8.1/

分析

安装(30 天)
[email protected] 4,769
[email protected] --HEAD 7
请求安装(30 天)
[email protected] 4,669
[email protected] --HEAD 7
构建错误(30 天)
[email protected] 5
安装(90 天)
[email protected] 17,026
[email protected] --HEAD 29
请求安装(90 天)
[email protected] 16,639
[email protected] --HEAD 29
安装(365 天)
[email protected] 97,521
[email protected] --HEAD 163
请求安装(365 天)
[email protected] 94,189
[email protected] --HEAD 163
Fork me on GitHub