Files
doc-fr/reference/xmlwriter/setup.xml
George Peter Banyard 175cc80f60 Fix some XML errors
2021-05-25 19:37:00 +01:00

68 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 8cdc6621f9826d04abc3e50438c010804d7e8683 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<chapter xml:id="xmlwriter.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="xmlwriter.requirements">
&reftitle.required;
&libxml.required;
</section>
<!-- }}} -->
<!-- {{{ Installation -->
<section xml:id="xmlwriter.installation">
&reftitle.install;
<para>
L'extension XMLWriter est inclut avec la source de PHP.
&installation.enabled.disable;
<option role="configure">--disable-xmlwriter</option>
</para>
</section>
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="xmlwriter.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="xmlwriter.resources">
&reftitle.resources;
<para>
Antérieur à PHP 8.0.0, il y avait une ressource, utilisée par la version procédurale de l'extension
XMLWriter : celle retournée par la fonction <function>xmlwriter_open_memory</function>
ou la fonction <function>xmlwriter_open_uri</function>.
</para>
</section>
<!-- }}} -->
</chapter>
<!-- 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
-->