1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-23 23:12:09 +01:00
Files
archived-doc-es/reference/enchant/setup.xml
2026-01-18 22:23:53 +00:00

62 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a6b55f8de61955b35c83fec32651201cce4aa383 Maintainer: PhilDaiguille Status: ready -->
<!-- Reviewed: no -->
<!-- CREDITS: DavidA -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="enchant.setup">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="enchant.requirements">
&reftitle.required;
<simpara>
Esta versión utiliza las funciones de la
<link xlink:href="&url.enchant;">biblioteca Enchant</link> por
Dom Lachowicz. Se debe utilizar Enchant 1.2.4 o superior.
Enchant 2.0.0 o superior es únicamente soportado a partir de PHP 8.0.0.
</simpara>
<simpara>
Enchant requiere asimismo <link xlink:href="&url.glib;">Glib 2.6</link> o superior.
Las bibliotecas Windows pre-compiladas están disponibles desde
<link xlink:href="&url.glib.windows;">&url.glib.windows;</link>.
</simpara>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.enchant.configure;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="enchant.resources">
&reftitle.resources;
<simpara>
Anterior a PHP 8.0.0, existen dos tipos de recursos en esta extensión.
El primero es el broker (gestor de backends) y el
segundo es para el diccionario.
</simpara>
</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
-->