1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-26 00:12:06 +01:00
Files
archived-doc-es/reference/mysqlnd_memcache/setup.xml
Pedro Antonio Gil Rodríguez c037e57b65 Traducción
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@334099 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-03 14:00:03 +00:00

62 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 86fe1b6af3972827827c20e6c5e27919073275b8 Maintainer: seros Status: ready -->
<!-- Reviewed: no -->
<chapter xml:id="mysqlnd-memcache.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<section xml:id="mysqlnd-memcache.requirements">
&reftitle.required;
<para>
PHP: esta extensión requiere PHP 5.4+, la versión 5.4.4 o posterior de PHP. Las extensiones
de PHP requeridas son <link linkend="ref.pcre">PCRE</link> (habilitada de forma predeterminada), y
la verisón 2.0.x de la extensión <link linkend="book.memcached">memcached</link>.
</para>
<para>
El complemento de Memcache <literal>mysqlnd_memcache</literal>
admite todas las aplicaciones de PHP y todas las extensión de MySQL para PHP disponibles
(<link linkend="ref.mysqli">mysqli</link>,
<link linkend="ref.mysql">mysql</link>,
<link linkend="ref.pdo-mysql">PDO_MYSQL</link>).
La extensión de MySQL para PHP debe cofigurarse con
soporte para <link linkend="book.mysqlnd">mysqlnd</link>.
</para>
<para>
Para acceder a tablas <literal>InnoDB</literal>, esta extensión de PHP requiere
<literal>MySQL Server 5.6.6</literal> o posterior con el Complemento InnoDB Memcache
Daemon habilitado.
</para>
<para>
Para acceder a tablas <literal>MySQL Cluster NDB</literal>, esta extensión de PHP requiere
<literal>MySQL Cluster 7.2</literal> o posterior con los nodos de la API NDB Memcache
habilitados.
</para>
</section>
&reference.mysqlnd-memcache.configure;
&reference.mysqlnd-memcache.ini;
</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
-->