Installation/Konfiguration
PHP Manual

Installation

Information zur Installation dieser PECL-Extension finden sie im Kapitel Installation von PECL-Extensions. Zusätzliche Informationen wie neue Releases, Downloads, Quelldateien, Maintainerinformation und ein CHANGELOG finden Sie hier: » http://pecl.php.net/package/phar.

To install on Windows, follow the instructions above, modify your php.ini and restart your web server.

extension_dir=c:/php5/exts/
extension=php_phar.dll
;; optional extensions
extension=php_bz2.dll
  

Since PHP 5.3.0, Phar extension is built-in, no DLL is needed.


Installation/Konfiguration
PHP Manual