reference/wddx/configure.xml
2d84d3e006fb824b80f8250c4e3818ff885c4643
...
...
@@ -1,12 +1,28 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<section xml:id="wddx.installation" xmlns="http://docbook.org/ns/docbook">
3
+
<section xml:id="wddx.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
&reftitle.install;
5
-
<para>
6
-
After installing expat compile PHP with
7
-
<option role="configure">--enable-wddx</option>.
8
-
</para>
9
-
&windows.builtin;
5
+

6
+
<section xml:id="wddx.installation.php74">
7
+
<title>PHP 7.4</title>
8
+
<para>
9
+
&pecl.moved-ver;7.4.0
10
+
</para>
11
+
<para>
12
+
&pecl.info;
13
+
<link xlink:href="&url.pecl.package;wddx">&url.pecl.package;wddx</link>.
14
+
</para>
15
+
</section>
16
+

17
+
<section xml:id="wddx.installation.phplt74">
18
+
<title>PHP &lt; 7.4</title>
19
+
<para>
20
+
After installing the required expat library, compile PHP with
21
+
<option role="configure">--enable-wddx</option>, and use
22
+
<option role="configure">--with-libexpat-dir</option> for expat.
23
+
</para>
24
+
&windows.builtin;
25
+
</section>
10
26
</section>
11
27

12
28
<!-- Keep this comment at the end of the file
13
29