svn: /phpdoc/fr/trunk/ appendices/resources.xml language-snippets.ent reference/curl/curlfile/construct.xml reference/curl/curlfile/setmimetype.xml reference/curl/curlfile/setpostfilename.xml reference/curl/curlfile.xml reference/curl/functions/curl-close.xml reference/curl/functions/curl-copy-handle.xml reference/curl/functions/curl-errno.xml reference/curl/functions/curl-error.xml reference/curl/functions/curl-escape.xml reference/curl/functions/curl-exec.xml reference/curl/functions/curl-geti

[email protected] (George Peter Banyard)
Newsgroups php.doc.fr
Message-ID <[email protected]>
girgias                                  Wed, 25 Nov 2020 02:40:45 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=351626

Log:
Apply SVN revision 351621 onto French docs

Changed paths:
    U   phpdoc/fr/trunk/appendices/resources.xml
    U   phpdoc/fr/trunk/language-snippets.ent
    U   phpdoc/fr/trunk/reference/curl/curlfile/construct.xml
    U   phpdoc/fr/trunk/reference/curl/curlfile/setmimetype.xml
    U   phpdoc/fr/trunk/reference/curl/curlfile/setpostfilename.xml
    U   phpdoc/fr/trunk/reference/curl/curlfile.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-close.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-copy-handle.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-errno.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-error.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-escape.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-exec.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-getinfo.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-init.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-multi-add-handle.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-multi-close.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-multi-errno.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-multi-exec.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-multi-getcontent.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-multi-info-read.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-multi-init.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-multi-remove-handle.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-multi-select.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-multi-setopt.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-multi-strerror.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-pause.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-reset.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-setopt-array.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-setopt.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-share-close.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-share-errno.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-share-init.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-share-setopt.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-share-strerror.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-strerror.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-unescape.xml
    U   phpdoc/fr/trunk/reference/curl/functions/curl-version.xml
    U   phpdoc/fr/trunk/reference/curl/setup.xml
svn-diffs-351626.txt (text/x-diff, 83.4 KB)
Modified: phpdoc/fr/trunk/appendices/resources.xml
===================================================================
--- phpdoc/fr/trunk/appendices/resources.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/appendices/resources.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351613 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
  <title>Types des ressources PHP</title>
  <para>
@@ -270,9 +269,41 @@
       <entry>
        <function>curl_close</function>
       </entry>
-      <entry>Session Curl</entry>
+      <entry>cURL handle</entry>
      </row>
      <row>
+      <entry>curl_multi</entry>
+      <entry>
+       <function>curl_multi_init</function>
+      </entry>
+      <entry>
+       <function>curl_multi_errno</function>,
+       <function>curl_multi_exec</function>,
+       <function>curl_multi_info_read</function>,
+       <function>curl_multi_remove_handle</function>,
+       <function>curl_multi_select</function>,
+       <function>curl_multi_setopt</function>
+      </entry>
+      <entry>
+       <function>curl_multi_close</function>
+      </entry>
+      <entry>cURL multi handle</entry>
+     </row>
+     <row>
+      <entry>curl_share</entry>
+      <entry>
+       <function>curl_share_init</function>
+      </entry>
+      <entry>
+       <function>curl_share_errno</function>,
+       <function>curl_share_setopt</function>
+      </entry>
+      <entry>
+       <function>curl_share_close</function>
+      </entry>
+      <entry>cURL share handle</entry>
+     </row>
+     <row>
       <entry>dba</entry>
       <entry>
        <function>dba_open</function>

Modified: phpdoc/fr/trunk/language-snippets.ent
===================================================================
--- phpdoc/fr/trunk/language-snippets.ent	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/language-snippets.ent	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351562  Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621  Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 <!-- Relecture des Notes, Précautions, Avertissements, Astuces, Divers et Retour le 2018-12-29 par girgias -->

@@ -863,14 +863,42 @@

 <!-- cURL notes -->

-<!ENTITY curl.ch.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>ch</parameter>
-</term><listitem><para>Un gestionnaire cURL retourné par la fonction
-    <function>curl_init</function>.</para></listitem></varlistentry>'>
+<!ENTITY curl.ch.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>handle</parameter>
+</term><listitem><para>Un gestionnaire cURL retourné par
+<function>curl_init</function>.</para></listitem></varlistentry>'>

-<!ENTITY curl.mh.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>mh</parameter>
-</term><listitem><para>Un gestionnaire cURL multiple retourné par la fonction
-    <function>curl_multi_init</function>.</para></listitem></varlistentry>'>
+<!ENTITY curl.mh.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>multi_handle</parameter>
+</term><listitem><para>Un gestionnaire cURL multiple retourné par
+<function>curl_multi_init</function>.</para></listitem></varlistentry>'>

+<!ENTITY curl.sh.description '<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>share_handle</parameter>
+</term><listitem><para>Un gestionnaire cURL partagé retourné par
+<function>curl_share_init</function>.</para></listitem></varlistentry>'>
+
+<!ENTITY curl.changelog.handle-param '<row xmlns="http://docbook.org/ns/docbook">
+ <entry>8.0.0</entry>
+ <entry>
+  <parameter>handle</parameter> attend désormais une instance de <classname>CurlHandle</classname>;
+  auparavant; une <type>resource</type> était attendue.
+ </entry>
+</row>'>
+
+<!ENTITY curl.changelog.multi-handle-param '<row xmlns="http://docbook.org/ns/docbook">
+ <entry>8.0.0</entry>
+ <entry>
+  <parameter>multi_handle</parameter> attend désormais une instance de <classname>CurlMultiHandle</classname>;
+  auparavant; une <type>resource</type> était attendue.
+ </entry>
+</row>'>
+
+<!ENTITY curl.changelog.share-handle-param '<row xmlns="http://docbook.org/ns/docbook">
+ <entry>8.0.0</entry>
+ <entry>
+  <parameter>share_handle</parameter> attend désormais une instance de <classname>CurlShareHandle</classname>;
+  auparavant; une <type>resource</type> était attendue.
+ </entry>
+</row>'>
+
 <!-- dbase notes -->

 <!ENTITY dbase.type-conversion '<para xmlns="http://docbook.org/ns/docbook">

Modified: phpdoc/fr/trunk/reference/curl/curlfile/construct.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/curlfile/construct.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/curlfile/construct.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349453 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="curlfile.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>CURLFile::__construct</refname>
@@ -13,18 +12,18 @@
  <refsect1 role="description">
   &reftitle.description;
   <para>&style.oop;</para>
-  <methodsynopsis>
+  <constructorsynopsis>
    <modifier>public</modifier> <methodname>CURLFile::__construct</methodname>
    <methodparam><type>string</type><parameter>filename</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>mimetype</parameter><initializer>""</initializer></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>postname</parameter><initializer>""</initializer></methodparam>
-  </methodsynopsis>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>mime_type</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>posted_filename</parameter><initializer>&null;</initializer></methodparam>
+  </constructorsynopsis>
   <para>&style.procedural;</para>
   <methodsynopsis>
    <type>CURLFile</type><methodname>curl_file_create</methodname>
    <methodparam><type>string</type><parameter>filename</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>mimetype</parameter><initializer>""</initializer></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>postname</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>mime_type</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>posted_filename</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Crée un objet <classname>CURLFile</classname>, utilisé pour télécharger
@@ -44,7 +43,7 @@
     </listitem>
    </varlistentry>
    <varlistentry>
-    <term><parameter>mimetype</parameter></term>
+    <term><parameter>mime_type</parameter></term>
     <listitem>
      <para>
       Type MIME du fichier.
@@ -52,7 +51,7 @@
     </listitem>
    </varlistentry>
    <varlistentry>
-    <term><parameter>postname</parameter></term>
+    <term><parameter>posted_filename</parameter></term>
     <listitem>
      <para>
       Nom du fichier à utiliser dans les données téléchargées.
@@ -69,6 +68,29 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>8.0.0</entry>
+      <entry>
+       <parameter>mime_type</parameter> and <parameter>posted_filename</parameter>
+       are nullable now; previously their default was <literal>0</literal>.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <example>
@@ -265,7 +287,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/curlfile/setmimetype.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/curlfile/setmimetype.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/curlfile/setmimetype.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 336593 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="curlfile.setmimetype" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>CURLFile::setMimeType</refname>
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <modifier>public</modifier> <type>void</type><methodname>CURLFile::setMimeType</methodname>
-   <methodparam><type>string</type><parameter>mime</parameter></methodparam>
+   <methodparam><type>string</type><parameter>mime_type</parameter></methodparam>
   </methodsynopsis>
  </refsect1>

@@ -21,7 +20,7 @@
   &reftitle.parameters;
   <variablelist>
    <varlistentry>
-    <term><parameter>mime</parameter></term>
+    <term><parameter>mime_type</parameter></term>
     <listitem>
      <para>
       Type MIME à utiliser dans les données POST.
@@ -39,7 +38,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/curlfile/setpostfilename.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/curlfile/setpostfilename.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/curlfile/setpostfilename.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 336593 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="curlfile.setpostfilename" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>CURLFile::setPostFilename</refname>
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <modifier>public</modifier> <type>void</type><methodname>CURLFile::setPostFilename</methodname>
-   <methodparam><type>string</type><parameter>postname</parameter></methodparam>
+   <methodparam><type>string</type><parameter>posted_filename</parameter></methodparam>
   </methodsynopsis>
  </refsect1>

@@ -21,7 +20,7 @@
   &reftitle.parameters;
   <variablelist>
    <varlistentry>
-    <term><parameter>postname</parameter></term>
+    <term><parameter>posted_filename</parameter></term>
     <listitem>
      <para>
       Nom du fichier à utiliser pour les données POST.
@@ -39,7 +38,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/curlfile.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/curlfile.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/curlfile.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349387 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <phpdoc:classref xml:id="class.curlfile" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

  <title>La classe CURLFile</title>
@@ -53,6 +52,9 @@


     <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
+    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.curlfile')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
+     <xi:fallback />
+    </xi:include>
     <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.curlfile')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
    </classsynopsis>
    <!-- }}} -->

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-close.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-close.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-close.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-close" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_close</refname>
@@ -13,11 +12,11 @@
   &reftitle.description;
   <methodsynopsis>
    <type>void</type><methodname>curl_close</methodname>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
   </methodsynopsis>
   <para>
    Ferme une session cURL et libère toutes les ressources
-   réservées. L'identifiant cURL <parameter>ch</parameter>
+   réservées. L'identifiant cURL <parameter>handle</parameter>
    est aussi effacé.
   </para>
  </refsect1>
@@ -38,6 +37,23 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -75,7 +91,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-copy-handle.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-copy-handle.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-copy-handle.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 334762 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-copy-handle" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_copy_handle</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>resource</type><methodname>curl_copy_handle</methodname>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
+   <type class="union"><type>CurlHandle</type><type>false</type></type><methodname>curl_copy_handle</methodname>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
   </methodsynopsis>
   <para>
    Copie une ressource cURL, retournant une nouvelle ressource
@@ -33,10 +32,34 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Retourne une nouvelle ressource cURL.
+   Retourne une nouvelle ressource cURL, &return.falseforfailure;.
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.handle-param;
+     <row>
+      <entry>8.0.0</entry>
+      <entry>
+       En cas de succès, cette fonction retourne désormais une instance de
+       <classname>CurlHandle</classname>; auparavant une<type>resource</type> était retourné.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -68,7 +91,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-errno.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-errno.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-errno.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 329325 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
-<refentry xml:id='function.curl-errno' xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xml:id="function.curl-errno" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_errno</refname>
   <refpurpose>Retourne le dernier message d'erreur cURL</refpurpose>
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>int</type><methodname>curl_errno</methodname>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
   </methodsynopsis>
   <para>
    Retourne le numéro d'erreur de la dernière opération cURL.
@@ -36,6 +35,23 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -77,7 +93,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-error.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-error.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-error.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
-<refentry xml:id='function.curl-error' xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xml:id="function.curl-error" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_error</refname>
   <refpurpose>Retourne une chaîne contenant le dernier message d'erreur cURL</refpurpose>
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>string</type><methodname>curl_error</methodname>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
   </methodsynopsis>
   <para>
    Retourne un message clair représentant la dernière erreur cURL.
@@ -37,6 +36,23 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -78,7 +94,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-escape.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-escape.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-escape.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-escape" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_escape</refname>
@@ -13,8 +12,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type class="union"><type>string</type><type>false</type></type><methodname>curl_escape</methodname>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
-   <methodparam><type>string</type><parameter>str</parameter></methodparam>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
+   <methodparam><type>string</type><parameter>string</parameter></methodparam>
   </methodsynopsis>
   <para>
    Cette fonction URL-encode la chaîne fournie suivant la
@@ -28,7 +27,7 @@
   <variablelist>
    &curl.ch.description;
    <varlistentry>
-    <term><parameter>str</parameter></term>
+    <term><parameter>string</parameter></term>
     <listitem>
      <para>
       La chaîne à encoder.
@@ -45,6 +44,23 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -89,7 +105,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-exec.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-exec.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-exec.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344669 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-exec" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_exec</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>mixed</type><methodname>curl_exec</methodname>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
+   <type class="union"><type>string</type><type>bool</type></type><methodname>curl_exec</methodname>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
   </methodsynopsis>
   <para>
    Exécute la session cURL fournie.
@@ -51,6 +50,24 @@
   </note>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -88,7 +105,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-getinfo.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-getinfo.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-getinfo.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 350653 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
-<refentry xml:id='function.curl-getinfo' xmlns="http://docbook.org/ns/docbook">
+<refentry xml:id="function.curl-getinfo" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_getinfo</refname>
   <refpurpose>Lit les informations détaillant un transfert cURL</refpurpose>
@@ -13,12 +12,12 @@
   &reftitle.description;
   <methodsynopsis>
    <type>mixed</type><methodname>curl_getinfo</methodname>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter>opt</parameter></methodparam>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
+   <methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>option</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    <function>curl_getinfo</function> lit les informations
-   concernant le transfert <parameter>ch</parameter>.
+   concernant le transfert <parameter>handle</parameter>.
   </para>
  </refsect1>

@@ -28,7 +27,7 @@
    <variablelist>
     &curl.ch.description;
     <varlistentry>
-     <term><parameter>opt</parameter></term>
+     <term><parameter>option</parameter></term>
      <listitem>
       <para>
        Ce paramètre peut prendre l'une des valeurs suivantes :
@@ -424,9 +423,9 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Si <parameter>opt</parameter> est fourni, la valeur sera retournée.
+   Si <parameter>option</parameter> est fourni, la valeur sera retournée.
    Sinon, ce sera un tableau associatif contenant les éléments suivants
-   (qui correspond à <parameter>opt</parameter>), ou &false; si une erreur survient :
+   (qui correspond à <parameter>option</parameter>), ou &false; si une erreur survient :
    <itemizedlist>
     <listitem>
      <simpara>
@@ -583,7 +582,15 @@
       </row>
      </thead>
      <tbody>
+      &curl.changelog.handle-param;
       <row>
+       <entry>8.0.0</entry>
+       <entry>
+        <parameter>option</parameter> is nullable now;
+        previously, the default was <literal>0</literal>.
+       </entry>
+      </row>
+      <row>
        <entry>7.3.0</entry>
        <entry>
         Ajout de <constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD_T</constant>,
@@ -643,7 +650,7 @@
   </para>
   <para>
    <example>
-    <title>Exemple de <function>curl_getinfo</function> avec le paramètre <parameter>opt</parameter></title>
+    <title>Exemple de <function>curl_getinfo</function> avec le paramètre <parameter>option</parameter></title>
     <programlisting role="php">
 <![CDATA[
 <?php
@@ -684,7 +691,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-init.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-init.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-init.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 320462 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-init" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_init</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>resource</type><methodname>curl_init</methodname>
-   <methodparam choice="opt"><type>string</type><parameter>url</parameter><initializer>&null;</initializer></methodparam>
+   <type class="union"><type>CurlHandle</type><type>false</type></type><methodname>curl_init</methodname>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>url</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Initialise une nouvelle session et retourne un identifiant de session
@@ -53,6 +52,35 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>8.0.0</entry>
+      <entry>
+       Cette fonction retourne désormais une instance de <classname>CurlHandle</classname>;
+       auparavant, une <type>resource</type> était retournée.
+      </entry>
+     </row>
+     <row>
+      <entry>8.0.0</entry>
+      <entry>
+       <parameter>url</parameter> est désormais nullable.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -93,7 +121,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-multi-add-handle.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-multi-add-handle.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-multi-add-handle.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346933 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-multi-add-handle" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_add_handle</refname>
@@ -13,12 +12,12 @@
   &reftitle.description;
   <methodsynopsis>
    <type>int</type><methodname>curl_multi_add_handle</methodname>
-   <methodparam><type>resource</type><parameter>mh</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
+   <methodparam><type>CurlMultiHandle</type><parameter>multi_handle</parameter></methodparam>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
   </methodsynopsis>
   <para>
-   Ajoute la session <parameter>ch</parameter> au gestionnaire multiple
-   <parameter>mh</parameter>
+   Ajoute la session <parameter>handle</parameter> au gestionnaire multiple
+   <parameter>multi_handle</parameter>
   </para>
  </refsect1>

@@ -40,6 +39,24 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.multi-handle-param;
+     &curl.changelog.handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -100,7 +117,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-multi-close.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-multi-close.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-multi-close.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346933 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-multi-close" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_close</refname>
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>void</type><methodname>curl_multi_close</methodname>
-   <methodparam><type>resource</type><parameter>mh</parameter></methodparam>
+   <methodparam><type>CurlMultiHandle</type><parameter>multi_handle</parameter></methodparam>
   </methodsynopsis>
   <para>
    Ferme un jeu de gestionnaires cURL.
@@ -36,6 +35,23 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.multi-handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -98,7 +114,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-multi-errno.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-multi-errno.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-multi-errno.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: girgias Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: girgias Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-multi-errno" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_multi_errno</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description"><!-- {{{ -->
   &reftitle.description;
   <methodsynopsis role="procedural">
-   <type class="union"><type>int</type><type>false</type></type><methodname>curl_multi_errno</methodname>
-   <methodparam><type>resource</type><parameter>mh</parameter></methodparam>
+   <type>int</type><methodname>curl_multi_errno</methodname>
+   <methodparam><type>CurlMultiHandle</type><parameter>multi_handle</parameter></methodparam>
   </methodsynopsis>
   <para>
    Retourne un entier contenant le dernier numéro d'erreur multiple cURL.
@@ -30,11 +29,34 @@
  <refsect1 role="returnvalues"><!-- {{{ -->
   &reftitle.returnvalues;
   <para>
-   Retourne un entier contenant le dernier numéro d'erreur multiple cURL,
-   &return.falseforfailure;.
+   Retourne un entier contenant le dernier numéro d'erreur multiple cURL.
   </para>
  </refsect1><!-- }}} -->

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>8.0.0</entry>
+      <entry>
+       Cette fonction ne retourne plus &false; en cas d'échec.
+      </entry>
+     </row>
+     &curl.changelog.multi-handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
+
  <refsect1 role="seealso"><!-- {{{ -->
   &reftitle.seealso;
   <simplelist>
@@ -43,7 +65,6 @@
  </refsect1><!-- }}} -->

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-multi-exec.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-multi-exec.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-multi-exec.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347496 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-multi-exec" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_exec</refname>
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>int</type><methodname>curl_multi_exec</methodname>
-   <methodparam><type>resource</type><parameter>mh</parameter></methodparam>
+   <methodparam><type>CurlMultiHandle</type><parameter>multi_handle</parameter></methodparam>
    <methodparam><type>int</type><parameter role="reference">still_running</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -54,6 +53,23 @@
   </note>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.multi-handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -116,7 +132,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-multi-getcontent.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-multi-getcontent.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-multi-getcontent.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-multi-getcontent" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_getcontent</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>curl_multi_getcontent</methodname>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
+   <type class="union"><type>string</type><type>null</type></type><methodname>curl_multi_getcontent</methodname>
+   <methodparam><type>CurlHandle</type><parameter>multi_handle</parameter></methodparam>
   </methodsynopsis>
   <para>
    Si <constant>CURLOPT_RETURNTRANSFER</constant> est une option définie
@@ -39,6 +38,23 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.multi-handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>
@@ -49,7 +65,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-multi-info-read.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-multi-info-read.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-multi-info-read.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 350654 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-multi-info-read" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_info_read</refname>
@@ -12,9 +11,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>array</type><methodname>curl_multi_info_read</methodname>
-   <methodparam><type>resource</type><parameter>mh</parameter></methodparam>
-   <methodparam choice="opt"><type>int</type><parameter role="reference">msgs_in_queue</parameter><initializer>&null;</initializer></methodparam>
+   <type class="union"><type>array</type><type>false</type></type><methodname>curl_multi_info_read</methodname>
+   <methodparam><type>CurlMultiHandle</type><parameter>multi_handle</parameter></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter role="reference">queued_messages</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Appelle le gestionnaire multiple s'il y a des messages ou des informations
@@ -24,7 +23,7 @@
   <para>
    Les appels répétés à cette fonction retournera un nouveau résultat à chaque fois,
    tant que &false; n'est pas retourné, indiquant qu'il n'y a plus rien à récupérer
-   pour le moment. L'entier présent dans le paramètre <parameter>msgs_in_queue</parameter>
+   pour le moment. L'entier présent dans le paramètre <parameter>queued_messages</parameter>
    représente le nombre de messages restant une fois cette fonction appelée.
   </para>
   <warning>
@@ -41,7 +40,7 @@
    <variablelist>
     &curl.mh.description;
     <varlistentry>
-     <term><parameter>msgs_in_queue</parameter></term>
+     <term><parameter>queued_messages</parameter></term>
      <listitem>
       <para>
        Nombre de messages encore présents dans la file d'attente
@@ -89,6 +88,23 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.multi-handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -176,7 +192,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-multi-init.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-multi-init.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-multi-init.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346933 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-multi-init" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_init</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>resource</type><methodname>curl_multi_init</methodname>
-   <void />
+   <type>CurlMultiHandle</type><methodname>curl_multi_init</methodname>
+   <void/>
   </methodsynopsis>
   <para>
    Autorise l'exécution de multiples gestionnaires cURL de façon asynchrone.
@@ -33,6 +32,29 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>8.0.0</entry>
+      <entry>
+       Cette fonction retourne désormais une instance de <classname>CurlMultiHandle</classname>;
+       auparavant, une <type>resource</type> était retournée.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -93,7 +115,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-multi-remove-handle.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-multi-remove-handle.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-multi-remove-handle.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 314119 Maintainer: jpauli Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: jpauli Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-multi-remove-handle" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_remove_handle</refname>
@@ -13,15 +12,15 @@
   &reftitle.description;
   <methodsynopsis>
    <type>int</type><methodname>curl_multi_remove_handle</methodname>
-   <methodparam><type>resource</type><parameter>mh</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
+   <methodparam><type>CurlMultiHandle</type><parameter>multi_handle</parameter></methodparam>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
   </methodsynopsis>
   <para>
-   Retire un gestionnaire <parameter>ch</parameter> donné du gestionnaire
-   <parameter>mh</parameter>. Lorsque le gestionnaire <parameter>ch</parameter>
+   Retire un gestionnaire <parameter>handle</parameter> donné du gestionnaire
+   <parameter>multi_handle</parameter>. Lorsque le gestionnaire <parameter>handle</parameter>
    a été retiré, il est de nouveau parfaitement correct d'exécuter la fonction
    <function>curl_exec</function> sur ce gestionnaire. Le fait de retirer
-   le gestionnaire <parameter>ch</parameter> en cours d'utilisation stoppe tous
+   le gestionnaire <parameter>handle</parameter> en cours d'utilisation stoppe tous
    les transferts en cours.
   </para>
  </refsect1>
@@ -44,6 +43,24 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.multi-handle-param;
+     &curl.changelog.handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>
@@ -56,7 +73,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-multi-select.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-multi-select.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-multi-select.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 335159 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-multi-select" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_select</refname>
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>int</type><methodname>curl_multi_select</methodname>
-   <methodparam><type>resource</type><parameter>mh</parameter></methodparam>
+   <methodparam><type>CurlMultiHandle</type><parameter>multi_handle</parameter></methodparam>
    <methodparam choice="opt"><type>float</type><parameter>timeout</parameter><initializer>1.0</initializer></methodparam>
   </methodsynopsis>
   <para>
@@ -48,6 +47,23 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.multi-handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>
@@ -58,7 +74,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-multi-setopt.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-multi-setopt.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-multi-setopt.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347375 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-multi-setopt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_multi_setopt</refname>
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>curl_multi_setopt</methodname>
-   <methodparam><type>resource</type><parameter>mh</parameter></methodparam>
+   <methodparam><type>CurlMultiHandle</type><parameter>multi_handle</parameter></methodparam>
    <methodparam><type>int</type><parameter>option</parameter></methodparam>
    <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
   </methodsynopsis>
@@ -29,7 +28,7 @@
   &reftitle.parameters;
   <variablelist>
    <varlistentry>
-    <term><parameter>mh</parameter></term>
+    <term><parameter>multi_handle</parameter></term>
     <listitem>
      <para>

@@ -195,6 +194,7 @@
       </row>
      </thead>
      <tbody>
+      &curl.changelog.multi-handle-param;
       <row>
        <entry>7.1.0</entry>
        <entry>
@@ -218,7 +218,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-multi-strerror.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-multi-strerror.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-multi-strerror.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346933 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-multi-strerror" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_multi_strerror</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>curl_multi_strerror</methodname>
-   <methodparam><type>int</type><parameter>errornum</parameter></methodparam>
+   <type class="union"><type>string</type><type>null</type></type><methodname>curl_multi_strerror</methodname>
+   <methodparam><type>int</type><parameter>error_code</parameter></methodparam>
   </methodsynopsis>
   <para>
    Retourne le message d'erreur décrivant le code erreur CURLM fourni.
@@ -24,7 +23,7 @@
   &reftitle.parameters;
   <variablelist>
    <varlistentry>
-    <term><parameter>errornum</parameter></term>
+    <term><parameter>error_code</parameter></term>
     <listitem>
      <para>
       Une constante parmi les constantes de
@@ -94,7 +93,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-pause.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-pause.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-pause.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330233 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="function.curl-pause" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -13,8 +13,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>int</type><methodname>curl_pause</methodname>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
-   <methodparam><type>int</type><parameter>bitmask</parameter></methodparam>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
+   <methodparam><type>int</type><parameter>flags</parameter></methodparam>
   </methodsynopsis>
   <para>

@@ -29,7 +29,7 @@
   <variablelist>
    &curl.ch.description;
    <varlistentry>
-    <term><parameter>bitmask</parameter></term>
+    <term><parameter>flags</parameter></term>
     <listitem>
      <para>
       Une constante parmi <constant>CURLPAUSE_*</constant>.
@@ -46,8 +46,24 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-reset.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-reset.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-reset.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330507 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-reset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_reset</refname>
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>void</type><methodname>curl_reset</methodname>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
   </methodsynopsis>
   <para>
    Cette fonction ré-initialise toutes les options définies
@@ -35,6 +34,23 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -86,7 +102,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-setopt-array.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-setopt-array.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-setopt-array.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344861 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: dams Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.curl-setopt-array" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_setopt_array</refname>
@@ -12,7 +11,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>curl_setopt_array</methodname>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
    <methodparam><type>array</type><parameter>options</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -51,6 +50,23 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -131,7 +147,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-setopt.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-setopt.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-setopt.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351291 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_setopt</refname>
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>curl_setopt</methodname>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
    <methodparam><type>int</type><parameter>option</parameter></methodparam>
    <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
   </methodsynopsis>
@@ -331,7 +330,7 @@
             Auparavant, vallait &true; par défaut.
            </entry>
            <entry valign="top">
-            Available since PHP 7.3.15 and 7.4.3, respectively, if built against libcurl >= 7.64.0
+            Available since PHP 7.3.15 and 7.4.3, respectively, if built against libcurl &gt;= 7.64.0
            </entry>
           </row>
           <row>
@@ -358,7 +357,7 @@
             &false; pour récupérer le corps de la réponse HTTP brute.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 5.5.0 si compilé contre libcurl >= 7.16.2.
+            Disponible à partir de PHP 5.5.0 si compilé contre libcurl &gt;= 7.16.2.
            </entry>
           </row>
           <row>
@@ -371,7 +370,7 @@
             besoin de cette option.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 si compilé contre libcurl >= 7.51.0.
+            Disponible à partir de PHP 7.3.0 si compilé contre libcurl &gt;= 7.51.0.
            </entry>
           </row>
           <row>
@@ -543,7 +542,7 @@
             vérification du certificat homologue réussit malgré tout.
            </entry>
            <entry valign="top">
-            &true; par défaut. Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            &true; par défaut. Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1006,7 +1005,7 @@
             </para>
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et curl >= 7.55.0.
+            Disponible à partir de PHP 7.3.0 et curl &gt;= 7.55.0.
            </entry>
           </row>
           <row>
@@ -1088,16 +1087,16 @@
             <simpara>
              <constant>CURLSSLOPT_NO_REVOKE</constant> : désactiver les
              vérifications de révocation de certificats pour les serveurs SSL
-             où un tel comportement est présent. (curl >= 7.44.0)
+             où un tel comportement est présent. (curl &gt;= 7.44.0)
             </simpara>
             <simpara>
              <constant>CURLSSLOPT_NO_PARTIALCHAIN</constant> : n'accepte pas
              des chaînes "partielles" de certificats, qui est sinon la valeur
-             par défaut. (curl >= 7.68.0)
+             par défaut. (curl &gt;= 7.68.0)
             </simpara>
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1117,7 +1116,7 @@
             (valeur par défaut).
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1145,7 +1144,7 @@
             </note>
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1644,7 +1643,7 @@
             les proxies par défaut si aucun port n'a été spécifié.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1675,7 +1674,7 @@
             libcurl est supposé être stocké.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1685,7 +1684,7 @@
             HTTPS avec.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1696,7 +1695,7 @@
             de certificat qui se produit lors de l'échange SSL.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1710,7 +1709,7 @@
             serveur HTTPS.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1723,7 +1722,7 @@
             sha256 encodés en base64 précédés de "sha256//" et séparé de ";"
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1741,7 +1740,7 @@
             avec le surnom.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1754,7 +1753,7 @@
             supportent aussi les fichier encodé PKCS#12. Par défaut "PEM".
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1768,7 +1767,7 @@
             peuvent être utilisé comme des opérations.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1784,8 +1783,8 @@
             <constant>CURLOPT_PROXY_SSL_CIPHER_LIST</constant>.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.61.0.
-            Disponible si compilé avec OpenSSL >= 1.1.1.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.61.0.
+            Disponible si compilé avec OpenSSL &gt;= 1.1.1.
            </entry>
           </row>
           <row>
@@ -1798,7 +1797,7 @@
             compilé contre Secure Transport.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
             Disponible si TLS est activé.
            </entry>
           </row>
@@ -1808,7 +1807,7 @@
             Le format de votre clé privée. Format supporté sont "PEM", "DER" et "ENG".
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1820,7 +1819,7 @@
             soit aussi définie.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1839,7 +1838,7 @@
             </note>
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -1851,7 +1850,7 @@
             soit aussi définie.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.52.0.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.52.0.
            </entry>
           </row>
           <row>
@@ -2044,8 +2043,8 @@
             <constant>CURLOPT_SSL_CIPHER_LIST</constant>.
            </entry>
            <entry valign="top">
-            Disponible à partir de PHP 7.3.0 et libcurl >= cURL 7.61.0.
-            Disponible quand compilé avec OpenSSL >= 1.1.1.
+            Disponible à partir de PHP 7.3.0 et libcurl &gt;= cURL 7.61.0.
+            Disponible quand compilé avec OpenSSL &gt;= 1.1.1.
            </entry>
           </row>
           <row>
@@ -2371,6 +2370,7 @@
       </row>
      </thead>
      <tbody>
+      &curl.changelog.handle-param;
       <row>
        <entry>7.3.15, 7.4.3</entry>
        <entry>
@@ -2485,7 +2485,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-share-close.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-share-close.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-share-close.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330511 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-share-close" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_share_close</refname>
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>void</type><methodname>curl_share_close</methodname>
-   <methodparam><type>resource</type><parameter>sh</parameter></methodparam>
+   <methodparam><type>CurlShareHandle</type><parameter>share_handle</parameter></methodparam>
   </methodsynopsis>
   <para>
    Ferme un gestionnaire partagé cURL et libère toutes les ressources
@@ -24,15 +23,7 @@
  <refsect1 role="parameters">
   &reftitle.parameters;
   <variablelist>
-   <varlistentry>
-    <term><parameter>sh</parameter></term>
-    <listitem>
-     <para>
-      Un gestionnaire partagé cURL retourné par la fonction
-      <function>curl_share_init</function>
-     </para>
-    </listitem>
-   </varlistentry>
+   &curl.sh.description;
   </variablelist>
  </refsect1>

@@ -43,7 +34,24 @@
   </para>
  </refsect1>

-<refsect1 role="examples">
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.share-handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
+ <refsect1 role="examples">
   &reftitle.examples;
   <para>
    <example>
@@ -97,7 +105,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-share-errno.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-share-errno.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-share-errno.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: girgias Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: girgias Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-share-errno" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_share_errno</refname>
@@ -11,9 +10,9 @@

  <refsect1 role="description"><!-- {{{ -->
   &reftitle.description;
-  <methodsynopsis role="procedural">
-   <type class="union"><type>int</type><type>false</type></type><methodname>curl_share_errno</methodname>
-   <methodparam><type>resource</type><parameter>sh</parameter></methodparam>
+  <methodsynopsis>
+   <type>int</type><methodname>curl_share_errno</methodname>
+   <methodparam><type>CurlShareHandle</type><parameter>share_handle</parameter></methodparam>
   </methodsynopsis>
   <para>
    Retourne un entier contenant le dernier numéro d'erreur du gestionnaire partagé cURL.
@@ -23,14 +22,7 @@
  <refsect1 role="parameters"><!-- {{{ -->
   &reftitle.parameters;
   <variablelist>
-   <varlistentry>
-    <term><parameter>sh</parameter></term>
-    <listitem>
-     <para>
-      Un gestionnaire partagé cURL retourné par <function>curl_share_init</function>.
-     </para>
-    </listitem>
-   </varlistentry>
+   &curl.sh.description;
   </variablelist>
  </refsect1><!-- }}} -->

@@ -42,6 +34,29 @@
   </para>
  </refsect1><!-- }}} -->

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>8.0.0</entry>
+      <entry>
+       The function no longer returns &false; on failure.
+      </entry>
+     </row>
+     &curl.changelog.share-handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="seealso"><!-- {{{ -->
   &reftitle.seealso;
   <simplelist>
@@ -50,7 +65,6 @@
  </refsect1><!-- }}} -->

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-share-init.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-share-init.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-share-init.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330511 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-share-init" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_share_init</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>resource</type><methodname>curl_share_init</methodname>
-   <void />
+   <type>CurlShareHandle</type><methodname>curl_share_init</methodname>
+   <void/>
   </methodsynopsis>
   <para>
    Autorise le partage de données entre gestionnaires cURL.
@@ -28,10 +27,33 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Retourne une ressource de type "cURL Share Handle".
+   Retourne un gestionnaire cURL partagé.
   </para>
  </refsect1>
-
+
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>8.0.0</entry>
+      <entry>
+       Cette fonction retourne désormais une instance de <classname>CurlShareHandle</classname>;
+       auparavant, une <type>resource</type> était retournée.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -87,7 +109,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-share-setopt.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-share-setopt.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-share-setopt.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349391 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-share-setopt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_share_setopt</refname>
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>curl_share_setopt</methodname>
-   <methodparam><type>resource</type><parameter>sh</parameter></methodparam>
+   <methodparam><type>CurlShareHandle</type><parameter>share_handle</parameter></methodparam>
    <methodparam><type>int</type><parameter>option</parameter></methodparam>
    <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
   </methodsynopsis>
@@ -26,16 +25,8 @@
  <refsect1 role="parameters">
   &reftitle.parameters;
   <variablelist>
+   &curl.sh.description;
    <varlistentry>
-    <term><parameter>sh</parameter></term>
-    <listitem>
-     <para>
-      Un gestionnaire cURL retourné par la fonction
-      <function>curl_share_init</function>.
-     </para>
-    </listitem>
-   </varlistentry>
-   <varlistentry>
     <term><parameter>option</parameter></term>
     <listitem>
      <para>
@@ -118,7 +109,24 @@
   </para>
  </refsect1>

-<refsect1 role="examples">
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.share-handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
+ <refsect1 role="examples">
   &reftitle.examples;
   <para>
    <example>
@@ -163,7 +171,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-share-strerror.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-share-strerror.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-share-strerror.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 342910 Maintainer: girgias Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: girgias Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-share-strerror" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_share_strerror</refname>
@@ -11,9 +10,9 @@

  <refsect1 role="description"><!-- {{{ -->
   &reftitle.description;
-  <methodsynopsis role="procedural">
-   <type>string</type><methodname>curl_share_strerror</methodname>
-   <methodparam><type>int</type><parameter>errornum</parameter></methodparam>
+  <methodsynopsis>
+   <type class="union"><type>string</type><type>null</type></type><methodname>curl_share_strerror</methodname>
+   <methodparam><type>int</type><parameter>error_code</parameter></methodparam>
   </methodsynopsis>
   <para>
    Retourne un message d'erreur textuel décrivant le code d'erreur fournit.
@@ -24,7 +23,7 @@
   &reftitle.parameters;
   <variablelist>
    <varlistentry>
-    <term><parameter>errornum</parameter></term>
+    <term><parameter>error_code</parameter></term>
     <listitem>
      <para>
       L'une des constantes des <link xlink:href="&url.curl.error;">codes d'erreurs cURL</link>.
@@ -50,7 +49,6 @@
  </refsect1><!-- }}} -->

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-strerror.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-strerror.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-strerror.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349708 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-strerror" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_strerror</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>curl_strerror</methodname>
-   <methodparam><type>int</type><parameter>errornum</parameter></methodparam>
+   <type class="union"><type>string</type><type>null</type></type><methodname>curl_strerror</methodname>
+   <methodparam><type>int</type><parameter>error_code</parameter></methodparam>
   </methodsynopsis>
   <para>
    Retourne le message d'erreur décrivant le code erreur fourni.
@@ -25,7 +24,7 @@
   &reftitle.parameters;
   <variablelist>
    <varlistentry>
-    <term><parameter>errornum</parameter></term>
+    <term><parameter>error_code</parameter></term>
     <listitem>
      <para>
       Une constante parmi les constantes
@@ -91,7 +90,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-unescape.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-unescape.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-unescape.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.curl-unescape" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>curl_unescape</refname>
@@ -13,8 +12,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type class="union"><type>string</type><type>false</type></type><methodname>curl_unescape</methodname>
-   <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
-   <methodparam><type>string</type><parameter>str</parameter></methodparam>
+   <methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
+   <methodparam><type>string</type><parameter>string</parameter></methodparam>
   </methodsynopsis>
   <para>
    Cette fonction décode l'URL fourni.
@@ -26,7 +25,7 @@
   <variablelist>
    &curl.ch.description;
    <varlistentry>
-    <term><parameter>str</parameter></term>
+    <term><parameter>string</parameter></term>
     <listitem>
      <para>
       L'URL encodé, à décoder.
@@ -43,6 +42,23 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &curl.changelog.handle-param;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -100,7 +116,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/functions/curl-version.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/functions/curl-version.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/functions/curl-version.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349069 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.curl-version" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_version</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>array</type><methodname>curl_version</methodname>
-   <methodparam choice="opt"><type>int</type><parameter>age</parameter><initializer>CURLVERSION_NOW</initializer></methodparam>
+   <type class="union"><type>array</type><type>false</type></type><methodname>curl_version</methodname>
+   <void/>
   </methodsynopsis>
   <para>
    Retourne des informations sur la version cURL.
@@ -74,7 +73,7 @@
       </row>
       <row>
        <entry>age</entry>
-       <entry></entry>
+       <entry/>
       </row>
       <row>
        <entry>features</entry>
@@ -129,7 +128,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/curl/setup.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/setup.xml	2020-11-25 02:08:29 UTC (rev 351625)
+++ phpdoc/fr/trunk/reference/curl/setup.xml	2020-11-25 02:40:45 UTC (rev 351626)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 332956 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351621 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <chapter xml:id="curl.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.setup;

@@ -29,8 +28,8 @@
  <section xml:id="curl.resources">
   &reftitle.resources;
   <para>
-   Cette extension définit 2 types de ressources : un gestionnaire cURL et un
-   gestionnaire multiple cURL.
+   Cette extension définit 3 types de ressources : un gestionnaire cURL, un
+   gestionnaire multiple cURL, et un gestionnaire partagé cURL.
   </para>
  </section>
  <!-- }}} -->
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.