Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows 上的 PHP 不包含php_phar.dll,这意味着
安装梨时,我必须这样做 php -d phar.require_hash=0 go-pear.phar 因为它不会安装梨的图形部分
我不能在 Eclipse 中使用 MakeGood 进行单元测试
我一般不能使用 phar
有没有办法进入 php_phar.dll 或 pear 社区刚刚决定他们不支持 Windows 服务器?
phar 扩展现在是 PHP 的一部分,无法删除(静态构建),因此您不需要 .dll 文件。
运行php -m以查看它的列表。
php -m