mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-24 07:02:09 +01:00
69 lines
1.9 KiB
XML
69 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: 96a8863cc0403bb23a99caff9a113b64f3524671 Maintainer: mauricio Status: ready --><!-- CREDITS: mauricio -->
|
|
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="sodium.setup">
|
|
&reftitle.setup;
|
|
|
|
<section xml:id="sodium.requirements">
|
|
&reftitle.required;
|
|
<simpara>
|
|
Esta extensão requer <link xlink:href="&url.libsodium;">libsodium</link>
|
|
≥ 1.0.8.
|
|
</simpara>
|
|
</section>
|
|
|
|
<section xml:id="sodium.installation">
|
|
&reftitle.install;
|
|
<simpara>
|
|
Desde o PHP 7.2.0 esta extensão é empacotada com o PHP. Para versões mais antigas do PHP
|
|
esta extensão está disponível via <acronym>PECL</acronym>.
|
|
</simpara>
|
|
|
|
<section xml:id="sodium.installation.new">
|
|
<title>Sistemas Linux</title>
|
|
<simpara>
|
|
Para usar esta extensão, o PHP deve ser compilado com suporte ao sodium
|
|
usando a opção de configuração
|
|
<option role="configure">--with-sodium[=DIR]</option>.
|
|
</simpara>
|
|
</section>
|
|
|
|
<section xml:id="sodium.installation.windows">
|
|
<title>Windows</title>
|
|
<simpara>
|
|
Para usar esta extensão,
|
|
<literal>extension=php_sodium.dll</literal> deve ser adicionado ao &php.ini;.
|
|
</simpara>
|
|
</section>
|
|
|
|
<section xml:id="sodium.installation.pecl">
|
|
<title>Instalação via PECL</title>
|
|
<simpara>
|
|
&pecl.info;
|
|
<link xlink:href="&url.pecl.package;libsodium">&url.pecl.package;libsodium</link>
|
|
</simpara>
|
|
</section>
|
|
|
|
</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
|
|
-->
|