Files
2024-10-10 16:26:14 -03:00

51 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Maintainer: marcosmarcolin Status: ready --><!-- CREDITS: marcosmarcolin -->
<chapter xml:id="memcached.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<section xml:id="memcached.requirements">
&reftitle.required;
<para>
Esta extensão requer a biblioteca cliente <link
xlink:href="&url.libmemcached;">libmemcached</link>
(versão 1.0.0 ou superior). Para suporte de autenticação SASL, libmemcached
deve ser construída com SASL habilitado.
</para>
<para>
Desde a versão 0.2.0, esta extensão requer PHP versão 5.2.0 ou superior.
</para>
</section>
<!-- {{{ Installation -->
&reference.memcached.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.memcached.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
-->