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/openssl/setup.xml
Pedro Antonio Gil Rodríguez a2de3a3ec9 Actualización a la última versión
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@337037 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-23 19:59:26 +00:00

66 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: d3bc8c66f405b6465b99e96f7e7f1fed256c1167 Maintainer: seros Status: ready -->
<!-- Reviewed: no -->
<chapter xml:id="openssl.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="openssl.requirements">
&reftitle.required;
<para>
Para usar las funciones OpenSSL necesita instalar el paquete <link
xlink:href="&url.openssl;">OpenSSL</link>.
PHP, entre las versiones 4.0.5 y 4.3.1, funcionará con OpenSSL &gt;= 0.9.5.
Otras versiones (PHP &lt;=4.0.4 y &gt;= 4.3.2) requieren OpenSSL &gt;=
0.9.6.
</para>
<warning>
<para>
Se recomienda encarecidamente usar la versión más reciente de OpenSSL,
si no su servidor web podría ser vulnerable a ataques.
</para>
</warning>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.openssl.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.openssl.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="openssl.resources">
&reftitle.resources;
&no.resource;
</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
-->