2014-09-05 07:44:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 08:40:37 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="phar.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2007-01-18 00:24:34 +00:00
|
|
|
&reftitle.install;
|
2010-02-16 19:36:02 +00:00
|
|
|
<para>
|
2021-05-12 11:49:16 +00:00
|
|
|
The Phar extension is bundled with PHP, and enabled by default.
|
2018-04-27 16:42:29 +00:00
|
|
|
To disable Phar support, use <option role="configure">--disable-phar</option>.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Phar may be installed
|
2010-02-16 19:36:02 +00:00
|
|
|
via the PECL extension with previous PHP versions, and the
|
|
|
|
<link xlink:href="&url.pecl.package;phar">Phar PECL page</link> contains
|
|
|
|
further information and history.
|
|
|
|
</para>
|
2007-01-18 00:24:34 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2007-01-18 00:24:34 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
2007-06-20 22:25:43 +00:00
|
|
|
-->
|