reference/tokenizer/configure.xml
a7d56396b4b04d83871e084371cd6c6fecdafaa8
...
...
@@ -3,17 +3,10 @@
3
3
<section xml:id="tokenizer.installation" xmlns="http://docbook.org/ns/docbook">
4
4
&reftitle.install;
5
5
<para>
6
-
Beginning with PHP 4.3.0 these functions are enabled by default.
7
-
For older versions you have to configure and compile PHP with
8
-
<option role="configure">--enable-tokenizer</option>. You can disable
9
-
tokenizer support with <option role="configure">--disable-tokenizer</option>.
6
+
&installation.enabled.disable;
7
+
<option role="configure">--disable-tokenizer</option>
10
8
</para>
11
9
&windows.builtin;
12
-
<note>
13
-
<simpara>
14
-
Built-in support for tokenizer is available as of PHP 4.3.0.
15
-
</simpara>
16
-
</note>
17
10
</section>
18
11

19
12
<!-- Keep this comment at the end of the file
20
13