1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-24 07:22:16 +01:00
Files
archived-doc-es/reference/parle/setup.xml
2025-04-13 12:04:49 +02:00

79 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: e8ac70bf549a723cb36465667a6109d9933b8619 Maintainer: PhilDaiguille 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 o superior es soportado.
Un compilador C++14 es necesario. Una compilación exitosa de la extensión
ha sido realizada con, al menos, clang 5.0, GCC 5.0 y 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>Opciones de configuración disponibles</title>
<tgroup cols="2">
<thead>
<row>
<entry>Opción</entry><entry>Descripción</entry>
</row>
</thead>
<tbody>
<row>
<entry>--enable-parle</entry><entry>Activación de la extensión parle.</entry>
</row>
<row>
<entry>--enable-parle-utf32</entry><entry>Activación del soporte interno UTF-32. Disponible desde 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
-->