mirror of
https://github.com/php/doc-fr.git
synced 2026-03-24 15:12:13 +01:00
79 lines
1.9 KiB
XML
79 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: e8ac70bf549a723cb36465667a6109d9933b8619 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<chapter xml:id="parle.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.setup;
|
|
|
|
<section xml:id="parle.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
PHP 7.4 ou supérieur est supporté.
|
|
Un compilateur C++14 est nécessaire. Une compilation avec succès de l'extension
|
|
a été réalisée avec, au moins clang 5.0, GCC 5.0 et Visual Studio 2015.
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="parle.installation">
|
|
&reftitle.install;
|
|
<para>
|
|
&pecl.moved;
|
|
</para>
|
|
<para>
|
|
&pecl.info;
|
|
<link xlink:href="&url.pecl.package;parle">&url.pecl.package;parle</link>.
|
|
</para>
|
|
<para>
|
|
<table>
|
|
<title>Options de configuration disponibles</title>
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>Option</entry><entry>Description</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>--enable-parle</entry><entry>Activation de l'extension parle.</entry>
|
|
</row>
|
|
<row>
|
|
<entry>--enable-parle-utf32</entry><entry>Activation du support interne UTF-32. Disponible depuis parle 0.7.2.</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
</section>
|
|
|
|
<!--
|
|
<section xml:id="parle.resources">
|
|
&reftitle.resources;
|
|
<para>
|
|
|
|
</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
|
|
-->
|