reference/phar/installation.xml
184f3f7bd45643cb80f828d0bb001991ec3a5fad
...
...
@@ -3,7 +3,11 @@
3
3
<section xml:id="phar.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
&reftitle.install;
5
5
<para>
6
-
The Phar extension is built into PHP as of PHP version 5.3.0. Phar may be installed
6
+
The Phar extension is bundled with PHP, and enabled by default.
7
+
To disable Phar support, use <option role="configure">--disable-phar</option>.
8
+
</para>
9
+
<para>
10
+
Phar may be installed
7
11
via the PECL extension with previous PHP versions, and the
8
12
<link xlink:href="&url.pecl.package;phar">Phar PECL page</link> contains
9
13
further information and history.
10
14