PHP5.2:在 Windows 上安装对 .phar 文件的支持
我正在尝试将对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想在 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.