PHP5.2:在 Windows 上安装对 .phar 文件的支持

发布于 2024-11-07 05:49:07 字数 202 浏览 0 评论 0原文

我正在尝试将对 php 存档文件格式的支持安装到具有 php5.2 的 Windows 服务器中。我尝试使用 pecl install phar 来执行此操作。但我收到此错误:

The DSP phar.dsp does not exist

任何人都可以帮我解决这个问题吗?

谢谢

I am trying to install support for php's archive file format into windows servers that have php5.2. I tried to do this using pecl install phar. But I am getting this error:

The DSP phar.dsp does not exist

Can anybody help me figure this out?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦明 2024-11-14 05:49:07

如果您想在 Windows 上使用 pecl install,则需要安装 Microsoft Visual Studio。

使用 PHP 安装程序附带的 phar.dll 可能更容易。

If you want to use pecl install on windows, you need to have Microsoft Visual Studio installed.

It's probably easier to use the phar.dll shipped with your PHP setup program.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文