1
0
mirror of https://github.com/php/doc-fr.git synced 2026-03-24 07:02:06 +01:00
Files
archived-doc-fr/reference/xml/setup.xml
Louis-Arnaud a0a454bcb4 Correction de ~150 fautes d'orthographe et de grammaire (#2546)
Élisions manquantes (de/le/que + voyelle), accords genre/nombre, conjugaisons incorrectes (on + 2e personne), typos, accents manquants, contractions (à le → au, de les → des), c.-à-d., etc.
2026-02-25 15:37:03 +01:00

73 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 765b2d6eec7dfbaeed900b32aa91a1360d73df42 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<chapter xml:id="xml.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="xml.requirements">
&reftitle.required;
&libxml.required;
<para>
Cette extension PHP utilise <productname>expat compat layer</productname>
par défaut. Elle peut aussi utiliser <productname>expat</productname>, qui est
disponible sur <link xlink:href="&url.expat;">&url.expat;</link>.
Le fichier Makefile livré avec <productname>expat</productname>
ne construit pas par défaut de bibliothèque : il faut utiliser
la ligne suivante :
<programlisting role="makefile">
<![CDATA[
libexpat.a: $(OBJS)
ar -rc $@ $(OBJS)
ranlib $@
]]>
</programlisting>
Un paquet RPM source d'expat est disponible sur
<link xlink:href="&url.expat.rpm;">&url.expat.rpm;</link>.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.xml.configure;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="xml.resources">
&reftitle.resources;
<para>
Antérieur à PHP 8.0.0, la ressource <literal>xml</literal> est retournée par
<function>xml_parser_create</function> et
<function>xml_parser_create_ns</function>, et représente
un analyseur XML à utiliser avec les autres fonctions de cette
extension.
</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
-->