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