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/mysql_xdevapi/changelog.xml
Philippe DELENTE 2750ce9207 add translate page mysql xdevapi (#211)
* add translate page mysql xdevapi

* fix XML file contains \r. Several tools may misbehave.
2025-04-22 23:07:23 +02:00

73 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 591ad94e5f37586ee1bfbf95ca1db9dd3fa9a16d Maintainer: PhilDaiguille Status: ready -->
<!-- Reviewed: no -->
<appendix xmlns="http://docbook.org/ns/docbook" xml:id="changelog.mysql_xdevapi" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>&ChangelogListingTitle;</title>
<para>&ChangelogListingDescription;</para>
<simplesect>
<title>Historial de cambios general de la extensión ext/mysql_xdevapi</title>
<para>
Este historial de cambios hace referencia a la extensión ext/mysql_xdevapi.
</para>
</simplesect>
<simplesect xml:id="changelog.mysql_xdevapi.global">
<title>Cambios globales de la extensión ext/mysql_xdevapi</title>
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.0.28</entry>
<entry>
<para>
Eliminación del soporte de TLSv1 y TLSv1.1. Los valores "TLSv1",
"TLSv1.0" y "TLSv1.1" se consideran ahora inválidos
para el atributo de conexión "tls-versions".
</para>
</entry>
</row>
<row>
<entry>8.0.26</entry>
<entry>
<para>
Deprecación del soporte de TLSv1 y TLSv1.1.
</para>
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</simplesect>
</appendix>
<!-- 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
-->