开发者

PHP5.2: installing support for .phar files on Windows

开发者 https://www.devze.com 2023-03-05 23:24 出处:网络
I am开发者_如何学Python 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:

I am开发者_如何学Python 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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消