reference/xml/configure.xml
cdab70215c31e34b90a5f941a33cdf47eeaa12e2
...
...
@@ -3,13 +3,18 @@
3
3
<section xml:id="xml.installation" xmlns="http://docbook.org/ns/docbook">
4
4
&reftitle.install;
5
5
<para>
6
+
&installation.enabled.disable;
7
+
<option role="configure">--disable-xml</option>
8
+
</para>
9
+
<!-- TODO the following needs researched and updated -->
10
+
<para>
6
11
These functions are enabled by default, using the bundled expat library.
7
12
You can disable XML support with
8
13
<option role="configure">--disable-xml</option>.
9
14
If you compile PHP as a module for Apache 1.3.9 or later, PHP will
10
15
automatically use the bundled <productname>expat</productname> library from
11
-
Apache. In order you don't want to use the bundled expat library configure
12
-
PHP <option role="configure">--with-expat-dir=DIR</option>, where DIR should
16
+
Apache. If you don't want to use the bundled expat library, configure
17
+
PHP with <option role="configure">--with-expat-dir=DIR</option>, where DIR should
13
18
point to the base installation directory of expat.
14
19
</para>
15
20
&windows.builtin;
16
21