影响范围:7.2/7.3/7.3/8.0
php 8.1 从一开始就不带 glib
来源:
Why [email protected] is needed to install [email protected]
https://github.com/Homebrew/discussions/discussions/2514
php: remove glib dependency
https://github.com/Homebrew/homebrew-core/issues?q=glib++php
1
evam OP 可以清理一下老的 brew 包
#!/bin/bash brew update && brew upgrade && brew cleanup && brew cleanup --prune 3 # 清理早于 3 天的 |
2
volvo007 2021 年 12 月 20 日 |
3
SoloCompany 2021 年 12 月 20 日 应该用 brew deps --tree `brew leaves` 更好一些
|
4
cwcc 2021 年 12 月 21 日
终于改了啊,我一直吐槽好久了,搞得跟 PHP 是用 Python 写的似的。
|
5
evam OP |