duandu1915 2012-05-11 21:25 采纳率: 100%
浏览 65
已采纳

如何获取php_phar.dll?

PHP on Windows does not include php_phar.dll which means that

when installing pear i have to do it like this php -d phar.require_hash=0 go-pear.phar because it would not install Graph part of pear

I cant use MakeGood for unit testing in Eclipse

I cant use phar in general

is there a way to get to the php_phar.dll or pear community just decided that they wont support windows servers?

  • 写回答

1条回答 默认 最新

  • dongre1907 2012-05-22 07:57
    关注

    The phar extension is now a part of PHP that cannot be removed (statically built), so you do not need a .dll file for it.

    Run php -m to see it listed.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?