mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-26 09:52:17 +01:00
80 lines
2.1 KiB
XML
80 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 5fabd07880ab15b0ad2cf7eb055c7c2b36d7120f Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<appendix xmlns="http://docbook.org/ns/docbook" xml:id="changelog.mysql" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>&ChangelogListingTitle;</title>
|
|
<para>&ChangelogListingDescription;</para>
|
|
|
|
<simplesect>
|
|
<title>Historique des modifications général pour l'extension ext/mysql</title>
|
|
<para>
|
|
Cet historique des modifications fait référence à l'extension ext/mysql.
|
|
</para>
|
|
</simplesect>
|
|
|
|
<simplesect xml:id="changelog.mysql.global">
|
|
<title>Modifications globales sur ext/mysql</title>
|
|
<para>
|
|
La liste suivante présente les modifications sur l'extension entière
|
|
ext/mysql.
|
|
</para>
|
|
<para>
|
|
<informaltable xml:id="changelog.mysql.global.table">
|
|
<tgroup cols="2">
|
|
<thead>
|
|
<row>
|
|
<entry>&Version;</entry>
|
|
<entry>&Description;</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry>7.0.0</entry>
|
|
<entry>
|
|
<para>
|
|
Cette extension a été supprimée de PHP. Pour plus de détails,
|
|
voir <xref linkend="mysqlinfo.api.choosing"/>.
|
|
</para>
|
|
</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</informaltable>
|
|
</para>
|
|
</simplesect>
|
|
|
|
<simplesect xml:id="changelog.mysql.functions">
|
|
<title>Modification sur les fonctions existantes</title>
|
|
<para>
|
|
La liste suivante est une compilation des modifications effectuées
|
|
sur les fonctions de l'extension ext/mysql.
|
|
</para>
|
|
<?phpdoc generate-changelog-for="ref.mysql book.mysql"?>
|
|
</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
|
|
-->
|
|
|