reference/filter/configure.xml
a7d56396b4b04d83871e084371cd6c6fecdafaa8
...
...
@@ -3,12 +3,8 @@
3
3
<section xml:id="filter.installation" xmlns="http://docbook.org/ns/docbook">
4
4
&reftitle.install;
5
5
<para>
6
-
The filter extension is enabled by default as of PHP 5.2.0.
7
-
To disable the filter extension, use <option role="configure">--disable-filter</option>.
8
-
</para>
9
-
<para>
10
-
Before PHP 5.2 an experimental PECL extension was used, however, the PECL version
11
-
is no longer recommended or updated.
6
+
&installation.enabled.disable;
7
+
<option role="configure">--disable-filter</option>
12
8
</para>
13
9
</section>
14
10

15
11