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.
pecl 経由で php 5.3.8 / windows7 x64 に php_phar をインストールしようとすると、次のエラーが発生しました。
pecl install phar
(拡張機能ディレクトリに php_phar.dll がありません)。
この問題について何もググることはできません。
pecl install は Windows ではサポートされていません。
ただし、phar は PECL 経由では維持されなくなり、PHP コア内で維持されます。PHP 5.3 以降の一部としてバンドルされています。