php-doc-en/reference/wddx/configure.xml
Christoph Michael Becker 2d84d3e006 Declare xlink namespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349882 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-14 07:51:37 +00:00

48 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<section xml:id="wddx.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<section xml:id="wddx.installation.php74">
<title>PHP 7.4</title>
<para>
&pecl.moved-ver;7.4.0
</para>
<para>
&pecl.info;
<link xlink:href="&url.pecl.package;wddx">&url.pecl.package;wddx</link>.
</para>
</section>
<section xml:id="wddx.installation.phplt74">
<title>PHP &lt; 7.4</title>
<para>
After installing the required expat library, compile PHP with
<option role="configure">--enable-wddx</option>, and use
<option role="configure">--with-libexpat-dir</option> for expat.
</para>
&windows.builtin;
</section>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->