svn: /phpdoc/fr/trunk/reference/ldap/functions/ ldap-8859-to-t61.xml ldap-add-ext.xml ldap-add.xml ldap-bind-ext.xml ldap-bind.xml ldap-compare.xml ldap-count-entries.xml ldap-delete-ext.xml ldap-delete.xml ldap-dn2ufn.xml ldap-errno.xml ldap-error.xml ldap-first-attribute.xml ldap-first-entry.xml ldap-first-reference.xml ldap-free-result.xml ldap-get-attributes.xml ldap-get-dn.xml ldap-get-entries.xml ldap-get-option.xml ldap-get-values-len.xml ldap-get-values.xml ldap-mod-add.xml ldap-mod-del.

[email protected] (George Peter Banyard)
Newsgroups php.doc.fr
Message-ID <[email protected]>
girgias                                  Wed, 09 Dec 2020 16:28:47 +0000

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

Log:
Apply SVN revision 351955

Changed paths:
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-8859-to-t61.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-add-ext.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-add.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-bind-ext.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-bind.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-compare.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-count-entries.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-delete-ext.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-delete.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-dn2ufn.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-errno.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-error.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-first-attribute.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-first-entry.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-first-reference.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-free-result.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-get-attributes.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-get-dn.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-get-entries.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-get-option.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-get-values-len.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-get-values.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-mod-add.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-mod-del.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-mod-replace.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-modify-batch.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-next-attribute.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-next-entry.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-next-reference.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-parse-reference.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-parse-result.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-rename.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-sasl-bind.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-set-option.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-set-rebind-proc.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-start-tls.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-t61-to-8859.xml
    U   phpdoc/fr/trunk/reference/ldap/functions/ldap-unbind.xml
svn-diffs-351976.txt (text/x-diff, 97.1 KB)
Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-8859-to-t61.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-8859-to-t61.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-8859-to-t61.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
-<refentry xml:id='function.ldap-8859-to-t61' xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ldap-8859-to-t61">
  <refnamediv>
   <refname>ldap_8859_to_t61</refname>
   <refpurpose>Convertit les caractères 8859 en caractères t61</refpurpose>
@@ -12,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>ldap_8859_to_t61</methodname>
+   <type class="union"><type>string</type><type>false</type></type><methodname>ldap_8859_to_t61</methodname>
    <methodparam><type>string</type><parameter>value</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -44,7 +43,7 @@
   &reftitle.returnvalues;
   <para>
    Retourne la conversion en <literal>t61</literal> du texte
-   <parameter>value</parameter>.
+   <parameter>value</parameter>, &return.falseforfailure;.
   </para>
  </refsect1>

@@ -58,7 +57,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-add-ext.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-add-ext.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-add-ext.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="function.ldap-add-ext" xmlns="http://docbook.org/ns/docbook">
@@ -12,11 +12,11 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>resource</type><methodname>ldap_add_ext</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <type class="union"><type>resource</type><type>false</type></type><methodname>ldap_add_ext</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>string</type><parameter>dn</parameter></methodparam>
    <methodparam><type>array</type><parameter>entry</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>controls</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Réalise la même chose que la fonction <function>ldap_add</function>
@@ -39,6 +39,23 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &ldap.changelog.controls-nullable;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="notes">
   &reftitle.notes;
   &note.bin-safe;
@@ -55,7 +72,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-add.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-add.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-add.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346169 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.ldap-add" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_add</refname>
@@ -13,10 +12,10 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_add</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>string</type><parameter>dn</parameter></methodparam>
    <methodparam><type>array</type><parameter>entry</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>controls</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Ajoute une entrée dans un dossier LDAP.
@@ -28,7 +27,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -67,7 +66,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>serverctrls</parameter></term>
+     <term><parameter>controls</parameter></term>
      <listitem>
       <para>
        Tableau de <link linkend="ldap.controls">Contrôles LDAP</link> à envoyer avec la requête.
@@ -97,10 +96,11 @@
       </row>
      </thead>
      <tbody>
+      &ldap.changelog.controls-nullable;
       <row>
        <entry>7.3</entry>
        <entry>
-        Support pour <parameter>serverctrls</parameter> a été ajouté.
+        Support pour <parameter>controls</parameter> a été ajouté.
        </entry>
       </row>
      </tbody>
@@ -158,7 +158,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-bind-ext.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-bind-ext.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-bind-ext.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="function.ldap-bind-ext" xmlns="http://docbook.org/ns/docbook">
@@ -12,11 +12,11 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>resource</type><methodname>ldap_bind_ext</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>bind_rdn</parameter><initializer>&null;</initializer></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>bind_password</parameter><initializer>&null;</initializer></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
+   <type class="union"><type>resource</type><type>false</type></type><methodname>ldap_bind_ext</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>dn</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>password</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>controls</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Réalise la même chose que la fonction <function>ldap_bind</function>
@@ -39,6 +39,23 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     &ldap.changelog.controls-nullable;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>
@@ -50,7 +67,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-bind.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-bind.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-bind.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,21 +1,19 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 348935 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.ldap-bind" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_bind</refname>
   <refpurpose>Authentification au serveur LDAP</refpurpose>
  </refnamediv>
-
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_bind</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>bind_rdn</parameter><initializer>&null;</initializer></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>bind_password</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>dn</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>password</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Authentification au serveur LDAP avec le RDN et le mot de passe spécifiés.
@@ -27,7 +25,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -36,7 +34,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>bind_rdn</parameter></term>
+     <term><parameter>dn</parameter></term>
      <listitem>
       <para>
       </para>
@@ -43,7 +41,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>bind_password</parameter></term>
+     <term><parameter>password</parameter></term>
      <listitem>
       <para>
       </para>
@@ -52,9 +50,9 @@
    </variablelist>
   </para>
   <para>
-   Si <parameter>bind_password</parameter>
+   Si <parameter>password</parameter>
    n'est pas spécifié ou est vide, une authentification anonyme est essayée.
-   <parameter>bind_rdn</parameter> peut également être laissé vide pour une liaison
+   <parameter>dn</parameter> peut également être laissé vide pour une liaison
    anonyme. Ceci est défini dans https://tools.ietf.org/html/rfc2251#section-4.2.2
   </para>
  </refsect1>
@@ -144,7 +142,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-compare.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-compare.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-compare.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346169 Maintainer: dams Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: dams Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.ldap-compare" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_compare</refname>
@@ -12,12 +11,12 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>mixed</type><methodname>ldap_compare</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <type class="union"><type>bool</type><type>int</type></type><methodname>ldap_compare</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>string</type><parameter>dn</parameter></methodparam>
    <methodparam><type>string</type><parameter>attribute</parameter></methodparam>
    <methodparam><type>string</type><parameter>value</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>controls</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Sert à comparer la valeur <parameter>value</parameter> de l'attribut
@@ -31,7 +30,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -64,7 +63,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>serverctrls</parameter></term>
+     <term><parameter>controls</parameter></term>
      <listitem>
       <para>
        Tableau de <link linkend="ldap.controls">Contrôles LDAP</link> à envoyer avec la requête.
@@ -95,10 +94,11 @@
       </row>
      </thead>
      <tbody>
+      &ldap.changelog.controls-nullable;
       <row>
        <entry>7.3</entry>
        <entry>
-        Support pour <parameter>serverctrls</parameter> a été ajouté.
+        Support pour <parameter>controls</parameter> a été ajouté.
        </entry>
       </row>
      </tbody>
@@ -171,7 +171,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-count-entries.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-count-entries.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-count-entries.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="function.ldap-count-entries" xmlns="http://docbook.org/ns/docbook">
@@ -13,8 +13,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>int</type><methodname>ldap_count_entries</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>result_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>result</parameter></methodparam>
   </methodsynopsis>
   <para>
    Retourne le nombre d'entrées trouvées dans le résultat
@@ -28,7 +28,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -37,7 +37,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>result_identifier</parameter></term>
+     <term><parameter>result</parameter></term>
      <listitem>
       <para>
        Le résultat interne LDAP.
@@ -89,7 +89,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-delete-ext.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-delete-ext.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-delete-ext.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="function.ldap-delete-ext" xmlns="http://docbook.org/ns/docbook">
@@ -12,10 +12,10 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>resource</type><methodname>ldap_delete_ext</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <type class="union"><type>resource</type><type>false</type></type><methodname>ldap_delete_ext</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>string</type><parameter>dn</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>controls</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Réalise la même chose que la fonction <function>ldap_delete</function>
@@ -38,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>
+     &ldap.changelog.controls-nullable;
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>
@@ -49,7 +66,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-delete.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-delete.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-delete.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346169 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.ldap-delete" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_delete</refname>
@@ -13,9 +12,9 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_delete</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>string</type><parameter>dn</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>controls</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Efface une entrée spécifique d'un dossier LDAP.
@@ -27,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -44,7 +43,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>serverctrls</parameter></term>
+     <term><parameter>controls</parameter></term>
      <listitem>
       <para>
        Tableau de <link linkend="ldap.controls">Contrôles LDAP</link> à envoyer avec la requête.
@@ -74,10 +73,11 @@
       </row>
      </thead>
      <tbody>
+      &ldap.changelog.controls-nullable;
       <row>
        <entry>7.3</entry>
        <entry>
-        Support pour <parameter>serverctrls</parameter> a été ajouté.
+        Support pour <parameter>controls</parameter> a été ajouté.
        </entry>
       </row>
      </tbody>
@@ -97,7 +97,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-dn2ufn.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-dn2ufn.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-dn2ufn.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
-<refentry xml:id="function.ldap-dn2ufn" xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ldap-dn2ufn">
  <refnamediv>
   <refname>ldap_dn2ufn</refname>
   <refpurpose>Convertit un DN en format UFN (User Friendly Naming)</refpurpose>
@@ -12,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>ldap_dn2ufn</methodname>
+   <type class="union"><type>string</type><type>false</type></type><methodname>ldap_dn2ufn</methodname>
    <methodparam><type>string</type><parameter>dn</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -40,12 +39,11 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Retourne l'UFN.
+   Retourne l'UFN, &return.falseforfailure;.
   </para>
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-errno.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-errno.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-errno.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="function.ldap-errno" xmlns="http://docbook.org/ns/docbook">
@@ -13,7 +13,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>int</type><methodname>ldap_errno</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
   </methodsynopsis>
   <para>
    Retourne le numéro d'erreur standard, généré par la dernière commande
@@ -27,7 +27,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -89,7 +89,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-error.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-error.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-error.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.ldap-error" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_error</refname>
@@ -13,11 +12,11 @@
   &reftitle.description;
   <methodsynopsis>
    <type>string</type><methodname>ldap_error</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
   </methodsynopsis>
   <para>
    retourne le message d'erreur lié à la connexion
-   <parameter>link_identifier</parameter>. Même si les
+   <parameter>ldap</parameter>. Même si les
    numéros d'erreur LDAP sont standardisés, différentes
    bibliothèques retournent différents messages, ou parfois, des messages
    en langue locale. Ne vous fiez pas au message d'erreur, mais bien au
@@ -36,7 +35,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -66,7 +65,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-first-attribute.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-first-attribute.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-first-attribute.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="function.ldap-first-attribute" xmlns="http://docbook.org/ns/docbook">
@@ -12,9 +12,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>ldap_first_attribute</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
+   <type class="union"><type>string</type><type>false</type></type><methodname>ldap_first_attribute</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>entry</parameter></methodparam>
   </methodsynopsis>
   <para>
    Retourne le premier attribut de l'entrée fournie. Les autres attributs sont lus
@@ -32,7 +32,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -41,7 +41,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>result_entry_identifier</parameter></term>
+     <term><parameter>entry</parameter></term>
      <listitem>
       <para>
       </para>
@@ -88,7 +88,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-first-entry.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-first-entry.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-first-entry.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="function.ldap-first-entry" xmlns="http://docbook.org/ns/docbook">
@@ -12,9 +12,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>resource</type><methodname>ldap_first_entry</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>result_identifier</parameter></methodparam>
+   <type class="union"><type>resource</type><type>false</type></type><methodname>ldap_first_entry</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>result</parameter></methodparam>
   </methodsynopsis>
   <para>
    Retourne la première entrée du résultat. Celles qui suivent seront lues
@@ -33,7 +33,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -42,7 +42,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>result_identifier</parameter></term>
+     <term><parameter>result</parameter></term>
      <listitem>
       <para>
       </para>
@@ -69,7 +69,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-first-reference.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-first-reference.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-first-reference.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
-<refentry xml:id='function.ldap-first-reference' xmlns="http://docbook.org/ns/docbook">
+<refentry xml:id="function.ldap-first-reference" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_first_reference</refname>
   <refpurpose>Retourne la première référence</refpurpose>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>resource</type><methodname>ldap_first_reference</methodname>
-   <methodparam><type>resource</type><parameter>link</parameter></methodparam>
+   <type class="union"><type>resource</type><type>false</type></type><methodname>ldap_first_reference</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>resource</type><parameter>result</parameter></methodparam>
   </methodsynopsis>
   &warn.undocumented.func;
@@ -20,7 +19,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-free-result.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-free-result.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-free-result.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="function.ldap-free-result" xmlns="http://docbook.org/ns/docbook">
@@ -13,7 +13,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_free_result</methodname>
-   <methodparam><type>resource</type><parameter>result_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
   </methodsynopsis>
   <para>
    Libère toute la mémoire allouée en interne pour stocker le résultat
@@ -35,7 +35,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>result_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
       </para>
@@ -53,7 +53,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-get-attributes.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-get-attributes.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-get-attributes.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="function.ldap-get-attributes" xmlns="http://docbook.org/ns/docbook">
@@ -13,8 +13,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>array</type><methodname>ldap_get_attributes</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>entry</parameter></methodparam>
   </methodsynopsis>
   <para>
    Lit les attributs et les valeurs pour une entrée d'un résultat de recherche.
@@ -46,7 +46,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -55,7 +55,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>result_entry_identifier</parameter></term>
+     <term><parameter>entry</parameter></term>
      <listitem>
       <para>
       </para>
@@ -113,7 +113,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-get-dn.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-get-dn.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-get-dn.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="function.ldap-get-dn" xmlns="http://docbook.org/ns/docbook">
@@ -12,9 +12,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>ldap_get_dn</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
+   <type class="union"><type>string</type><type>false</type></type><methodname>ldap_get_dn</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>entry</parameter></methodparam>
   </methodsynopsis>
   <para>
    Lit le DN d'une entrée d'un résultat.
@@ -26,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -35,7 +35,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>result_entry_identifier</parameter></term>
+     <term><parameter>entry</parameter></term>
      <listitem>
       <para>
       </para>
@@ -53,7 +53,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-get-entries.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-get-entries.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-get-entries.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="function.ldap-get-entries" xmlns="http://docbook.org/ns/docbook">
@@ -12,9 +12,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>array</type><methodname>ldap_get_entries</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>result_identifier</parameter></methodparam>
+   <type class="union"><type>array</type><type>false</type></type><methodname>ldap_get_entries</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>result</parameter></methodparam>
   </methodsynopsis>
   <para>
    Lit toutes les entrées du résultat fourni, ainsi que les attributs et les valeurs multiples.
@@ -26,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -35,7 +35,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>result_identifier</parameter></term>
+     <term><parameter>result</parameter></term>
      <listitem>
       <para>
       </para>
@@ -86,7 +86,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-get-option.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-get-option.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-get-option.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344619 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.ldap-get-option" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_get_option</refname>
@@ -13,12 +12,12 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_get_option</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>int</type><parameter>option</parameter></methodparam>
-   <methodparam><type>mixed</type><parameter role="reference">retval</parameter></methodparam>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>string</type><type>int</type></type><parameter role="reference">value</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
-   Définit la valeur <parameter>retval</parameter> à l'option spécifié.
+   Définit la valeur <parameter>value</parameter> à l'option spécifié.
   </para>
  </refsect1>

@@ -27,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -52,87 +51,87 @@
          <tbody>
           <row>
            <entry><constant>LDAP_OPT_DEREF</constant></entry>
-           <entry>&integer;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_SIZELIMIT</constant></entry>
-           <entry>&integer;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_TIMELIMIT</constant></entry>
-           <entry>&integer;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_NETWORK_TIMEOUT</constant></entry>
-           <entry>&integer;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_PROTOCOL_VERSION</constant></entry>
-           <entry>&integer;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_ERROR_NUMBER</constant></entry>
-           <entry>&integer;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_DIAGNOSTIC_MESSAGE</constant></entry>
-           <entry>&integer;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_REFERRALS</constant></entry>
-           <entry>&boolean;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_RESTART</constant></entry>
-           <entry>&boolean;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_HOST_NAME</constant></entry>
-           <entry>&string;</entry>
-           <entry></entry>
+           <entry><type>string</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_ERROR_STRING</constant></entry>
-           <entry>&string;</entry>
-           <entry></entry>
+           <entry><type>string</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_MATCHED_DN</constant></entry>
-           <entry>&string;</entry>
-           <entry></entry>
+           <entry><type>string</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_SERVER_CONTROLS</constant></entry>
-           <entry>&array;</entry>
-           <entry></entry>
+           <entry><type>array</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_CLIENT_CONTROLS</constant></entry>
-           <entry>&array;</entry>
-           <entry></entry>
+           <entry><type>array</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_KEEPALIVE_IDLE</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_KEEPALIVE_PROBES</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_KEEPALIVE_INTERVAL</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
@@ -142,73 +141,73 @@
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CACERTFILE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CERTFILE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CIPHER_SUITE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CRLCHECK</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CRL_NONE</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CRL_PEER</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CRL_ALL</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CRLFILE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_DHFILE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_KEYILE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_PACKAGE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_PROTOCOL_MIN</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_RANDOM_FILE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>7.1</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_REQUIRE_CERT</constant></entry>
-           <entry>&integer;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
          </tbody>
         </tgroup>
@@ -217,7 +216,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>retval</parameter></term>
+     <term><parameter>value</parameter></term>
      <listitem>
       <para>
        Valeur à définir pour l'option.
@@ -276,7 +275,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-get-values-len.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-get-values-len.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-get-values-len.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="function.ldap-get-values-len" xmlns="http://docbook.org/ns/docbook">
@@ -12,9 +12,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>array</type><methodname>ldap_get_values_len</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
+   <type class="union"><type>array</type><type>false</type></type><methodname>ldap_get_values_len</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>entry</parameter></methodparam>
    <methodparam><type>string</type><parameter>attribute</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -32,7 +32,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -41,7 +41,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>result_entry_identifier</parameter></term>
+     <term><parameter>entry</parameter></term>
      <listitem>
       <para>
       </para>
@@ -78,7 +78,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-get-values.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-get-values.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-get-values.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
-
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
+<!-- Reviewed: no -->
 <refentry xml:id="function.ldap-get-values" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_get_values</refname>
@@ -12,9 +11,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>array</type><methodname>ldap_get_values</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
+   <type class="union"><type>array</type><type>false</type></type><methodname>ldap_get_values</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>entry</parameter></methodparam>
    <methodparam><type>string</type><parameter>attribute</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -21,10 +20,9 @@
    Lit toutes les valeurs de l'attribut d'une entrée dans un résultat.
   </para>
   <para>
-   L'utilisation de la fonction <parameter>result_entry_identifier</parameter>
-   requiert un résultat de recherche, et doit donc être précédée d'une
-   recherche LDAP, et de l'une des fonctions permettant d'accéder
-   à une entrée.
+   L'appel de cette fonction requiert une <parameter>entry</parameter>
+   et doit donc être précédée d'une recherche LDAP,
+   et de l'une des fonctions permettant d'accéder à une entrée.
   </para>
   <para>
    Votre application doit contenir des informations permettant
@@ -39,7 +37,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -48,7 +46,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>result_entry_identifier</parameter></term>
+     <term><parameter>entry</parameter></term>
      <listitem>
       <para>
       </para>
@@ -126,7 +124,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-mod-add.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-mod-add.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-mod-add.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346169 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.ldap-mod-add" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_mod_add</refname>
@@ -13,10 +12,10 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_mod_add</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>string</type><parameter>dn</parameter></methodparam>
    <methodparam><type>array</type><parameter>entry</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>controls</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Ajoute l'attribut <parameter>entry</parameter> à l'entrée <parameter>dn</parameter>.
@@ -29,7 +28,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -57,7 +56,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>serverctrls</parameter></term>
+     <term><parameter>controls</parameter></term>
      <listitem>
       <para>
        Tableau de <link linkend="ldap.controls">Contrôles LDAP</link> à envoyer avec la requête.
@@ -87,10 +86,11 @@
       </row>
      </thead>
      <tbody>
+      &ldap.changelog.controls-nullable;
       <row>
        <entry>7.3</entry>
        <entry>
-        Support pour <parameter>serverctrls</parameter> a été ajouté.
+        Support pour <parameter>controls</parameter> a été ajouté.
        </entry>
       </row>
      </tbody>
@@ -117,7 +117,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-mod-del.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-mod-del.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-mod-del.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346814 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.ldap-mod-del" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_mod_del</refname>
@@ -13,10 +12,10 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_mod_del</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>string</type><parameter>dn</parameter></methodparam>
    <methodparam><type>array</type><parameter>entry</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>controls</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Efface un ou plusieurs attribut de l'entrée <parameter>dn</parameter>.
@@ -30,7 +29,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -54,7 +53,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>serverctrls</parameter></term>
+     <term><parameter>controls</parameter></term>
      <listitem>
       <para>
        Tableau de <link linkend="ldap.controls">Contrôles LDAP</link> à envoyer avec la requête.
@@ -84,10 +83,11 @@
       </row>
      </thead>
      <tbody>
+      &ldap.changelog.controls-nullable;
       <row>
        <entry>7.3</entry>
        <entry>
-        Support pour <parameter>serverctrls</parameter> a été ajouté.
+        Support pour <parameter>controls</parameter> a été ajouté.
        </entry>
       </row>
      </tbody>
@@ -109,7 +109,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-mod-replace.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-mod-replace.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-mod-replace.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346169 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.ldap-mod-replace" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_mod_replace</refname>
@@ -13,10 +12,10 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_mod_replace</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>string</type><parameter>dn</parameter></methodparam>
    <methodparam><type>array</type><parameter>entry</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>controls</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Remplace un ou plusieurs attribut de l'entrée <parameter>dn</parameter>.
@@ -29,7 +28,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -56,7 +55,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>serverctrls</parameter></term>
+     <term><parameter>controls</parameter></term>
      <listitem>
       <para>
        Tableau de <link linkend="ldap.controls">Contrôles LDAP</link> à envoyer avec la requête.
@@ -86,10 +85,11 @@
       </row>
      </thead>
      <tbody>
+      &ldap.changelog.controls-nullable;
       <row>
        <entry>7.3</entry>
        <entry>
-        Support pour <parameter>serverctrls</parameter> a été ajouté.
+        Support pour <parameter>controls</parameter> a été ajouté.
        </entry>
       </row>
      </tbody>
@@ -116,7 +116,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-modify-batch.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-modify-batch.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-modify-batch.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346169 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.ldap-modify-batch" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_modify_batch</refname>
@@ -13,10 +12,10 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_modify_batch</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>string</type><parameter>dn</parameter></methodparam>
-   <methodparam><type>array</type><parameter>entry</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
+   <methodparam><type>array</type><parameter>modifications_info</parameter></methodparam>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>controls</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Modifie une entrée existante dans un dossier LDAP. Permet
@@ -29,7 +28,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -46,7 +45,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>entry</parameter></term>
+     <term><parameter>modifications_info</parameter></term>
      <listitem>
       <para>
        Un tableau qui spécifie les modifications à réaliser. Chaque entrée
@@ -111,7 +110,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>serverctrls</parameter></term>
+     <term><parameter>controls</parameter></term>
      <listitem>
       <para>
        Tableau de <link linkend="ldap.controls">Contrôles LDAP</link> à envoyer avec la requête.
@@ -141,10 +140,11 @@
       </row>
      </thead>
      <tbody>
+      &ldap.changelog.controls-nullable;
       <row>
        <entry>7.3</entry>
        <entry>
-        Support pour <parameter>serverctrls</parameter> a été ajouté.
+        Support pour <parameter>controls</parameter> a été ajouté.
        </entry>
       </row>
      </tbody>
@@ -272,7 +272,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-next-attribute.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-next-attribute.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-next-attribute.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.ldap-next-attribute" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_next_attribute</refname>
@@ -12,14 +11,14 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>ldap_next_attribute</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
+   <type class="union"><type>string</type><type>false</type></type><methodname>ldap_next_attribute</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>entry</parameter></methodparam>
   </methodsynopsis>
   <para>
    Lit l'attribut suivant d'une entrée. Le premier appel à
    <function>ldap_next_attribute</function> est fait avec le
-   <parameter>result_entry_identifier</parameter> retourné par
+   <parameter>entry</parameter> retourné par
    <function>ldap_first_attribute</function>.
   </para>
  </refsect1>
@@ -29,7 +28,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -38,7 +37,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>result_entry_identifier</parameter></term>
+     <term><parameter>entry</parameter></term>
      <listitem>
       <para>
       </para>
@@ -81,7 +80,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-next-entry.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-next-entry.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-next-entry.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.ldap-next-entry" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_next_entry</refname>
@@ -12,9 +11,9 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>resource</type><methodname>ldap_next_entry</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
-   <methodparam><type>resource</type><parameter>result_entry_identifier</parameter></methodparam>
+   <type class="union"><type>resource</type><type>false</type></type><methodname>ldap_next_entry</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>result</parameter></methodparam>
   </methodsynopsis>
   <para>
    Lit la prochaine entrée du résultat. Des appels répétés à
@@ -21,7 +20,7 @@
    <function>ldap_next_entry</function> retourneront
    toutes les entrées jusqu'à ce qu'il n'y en ait plus. Le premier appel
    doit être fait avec la fonction <function>ldap_first_entry</function>.
-   Le paramètre <parameter>result_entry_identifier</parameter> est celui
+   Le paramètre <parameter>result</parameter> est celui
    qui a été retourné par la fonction <function>ldap_first_entry</function>.
   </para>
  </refsect1>
@@ -31,7 +30,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -40,7 +39,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>result_entry_identifier</parameter></term>
+     <term><parameter>result</parameter></term>
      <listitem>
       <para>
       </para>
@@ -69,7 +68,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-next-reference.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-next-reference.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-next-reference.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
-<refentry xml:id='function.ldap-next-reference' xmlns="http://docbook.org/ns/docbook">
+<refentry xml:id="function.ldap-next-reference" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_next_reference</refname>
   <refpurpose>Lit la référence suivante</refpurpose>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>resource</type><methodname>ldap_next_reference</methodname>
-   <methodparam><type>resource</type><parameter>link</parameter></methodparam>
+   <type class="union"><type>resource</type><type>false</type></type><methodname>ldap_next_reference</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>resource</type><parameter>entry</parameter></methodparam>
   </methodsynopsis>
   &warn.undocumented.func;
@@ -20,7 +19,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-parse-reference.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-parse-reference.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-parse-reference.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
-<refentry xml:id='function.ldap-parse-reference' xmlns="http://docbook.org/ns/docbook">
+<refentry xml:id="function.ldap-parse-reference" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_parse_reference</refname>
   <refpurpose>Extrait les informations d'une référence d'entrée</refpurpose>
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_parse_reference</methodname>
-   <methodparam><type>resource</type><parameter>link</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>resource</type><parameter>entry</parameter></methodparam>
    <methodparam><type>array</type><parameter role="reference">referrals</parameter></methodparam>
   </methodsynopsis>
@@ -21,7 +20,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-parse-result.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-parse-result.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-parse-result.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346281 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
-<refentry xml:id='function.ldap-parse-result' xmlns="http://docbook.org/ns/docbook">
+<refentry xml:id="function.ldap-parse-result" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_parse_result</refname>
   <refpurpose>Extrait des informations d'un résultat</refpurpose>
@@ -13,13 +12,13 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_parse_result</methodname>
-   <methodparam><type>resource</type><parameter>link</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>resource</type><parameter>result</parameter></methodparam>
-   <methodparam><type>int</type><parameter role="reference">errcode</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter role="reference">matcheddn</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter role="reference">errmsg</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter role="reference">referrals</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter role="reference">serverctrls</parameter></methodparam>
+   <methodparam><type>int</type><parameter role="reference">error_code</parameter></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter role="reference">matched_dn</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter role="reference">error_message</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter role="reference">referrals</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter role="reference">controls</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Analyse un résultat de recherche LDAP.
@@ -31,7 +30,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -50,7 +49,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>errcode</parameter></term>
+     <term><parameter>error_code</parameter></term>
      <listitem>
       <para>
        Une référence vers une variable qui sera valorisée du code erreur
@@ -60,7 +59,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>matcheddn</parameter></term>
+     <term><parameter>matched_dn</parameter></term>
      <listitem>
       <para>
        Une référence vers une variable qui sera valorisée du DN correspondant
@@ -69,7 +68,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>errmsg</parameter></term>
+     <term><parameter>error_message</parameter></term>
      <listitem>
       <para>
        Une référence vers une variable qui sera valorisée du message d'erreur LDAP
@@ -88,7 +87,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>serverctrls</parameter></term>
+     <term><parameter>controls</parameter></term>
      <listitem>
       <para>
        Tableau de <link linkend="ldap.controls">Contrôles LDAP</link> à envoyer avec la requête.
@@ -121,7 +120,7 @@
       <row>
        <entry>7.3</entry>
        <entry>
-        Support pour <parameter>serverctrls</parameter> a été ajouté.
+        Support pour <parameter>controls</parameter> a été ajouté.
        </entry>
       </row>
      </tbody>
@@ -151,7 +150,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-rename.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-rename.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-rename.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346169 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.ldap-rename" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_rename</refname>
@@ -13,12 +12,12 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_rename</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>string</type><parameter>dn</parameter></methodparam>
-   <methodparam><type>string</type><parameter>newrdn</parameter></methodparam>
-   <methodparam><type>string</type><parameter>newparent</parameter></methodparam>
-   <methodparam><type>bool</type><parameter>deleteoldrdn</parameter></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter>serverctrls</parameter><initializer>array()</initializer></methodparam>
+   <methodparam><type>string</type><parameter>new_rdn</parameter></methodparam>
+   <methodparam><type>string</type><parameter>new_parent</parameter></methodparam>
+   <methodparam><type>bool</type><parameter>delete_old_rdn</parameter></methodparam>
+   <methodparam choice="opt"><type class="union"><type>array</type><type>null</type></type><parameter>controls</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Modifie l'entrée <parameter>dn</parameter>, autant pour son nom que pour sa localisation.
@@ -30,7 +29,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -47,7 +46,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>newrdn</parameter></term>
+     <term><parameter>new_rdn</parameter></term>
      <listitem>
       <para>
        Le nouveau RDN.
@@ -55,7 +54,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>newparent</parameter></term>
+     <term><parameter>new_parent</parameter></term>
      <listitem>
       <para>
        La nouvelle entrée parent/supérieure.
@@ -63,7 +62,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>deleteoldrdn</parameter></term>
+     <term><parameter>delete_old_rdn</parameter></term>
      <listitem>
       <para>
        Si ce paramètre vaut &true;, l'ancienne valeur RDN
@@ -73,7 +72,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>serverctrls</parameter></term>
+     <term><parameter>controls</parameter></term>
      <listitem>
       <para>
        Tableau de <link linkend="ldap.controls">Contrôles LDAP</link> à envoyer avec la requête.
@@ -103,10 +102,11 @@
       </row>
      </thead>
      <tbody>
+      &ldap.changelog.controls-nullable;
       <row>
        <entry>7.3</entry>
        <entry>
-        Support pour <parameter>serverctrls</parameter> a été ajouté.
+        Support pour <parameter>controls</parameter> a été ajouté.
        </entry>
       </row>
      </tbody>
@@ -139,7 +139,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-sasl-bind.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-sasl-bind.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-sasl-bind.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 350655 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="function.ldap-sasl-bind" xmlns="http://docbook.org/ns/docbook">
@@ -13,14 +13,14 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_sasl_bind</methodname>
-   <methodparam><type>resource</type><parameter>link</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>binddn</parameter><initializer>&null;</initializer></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>password</parameter><initializer>&null;</initializer></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>sasl_mech</parameter><initializer>&null;</initializer></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>sasl_realm</parameter><initializer>&null;</initializer></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>sasl_authc_id</parameter><initializer>&null;</initializer></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>sasl_authz_id</parameter><initializer>&null;</initializer></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>props</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>dn</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>password</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>mech</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>realm</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>authc_id</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>authz_id</parameter><initializer>&null;</initializer></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>props</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   &warn.undocumented.func;
  </refsect1>
@@ -32,6 +32,30 @@
   </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>dn</parameter>, <parameter>password</parameter>, <parameter>mech</parameter>,
+       <parameter>realm</parameter>, <parameter>authc_id</parameter>, <parameter>authz_id</parameter>
+       and <parameter>props</parameter> are nullable now.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="notes">
   &reftitle.notes;
   <note>
@@ -46,7 +70,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-set-option.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-set-option.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-set-option.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343323 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.ldap-set-option" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>ldap_set_option</refname>
@@ -13,13 +12,13 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_set_option</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <methodparam><type class="union"><type>resource</type><type>null</type></type><parameter>ldap</parameter></methodparam>
    <methodparam><type>int</type><parameter>option</parameter></methodparam>
-   <methodparam><type>mixed</type><parameter>newval</parameter></methodparam>
+   <methodparam><type class="union"><type>array</type><type>string</type><type>int</type><type>bool</type></type><parameter>value</parameter></methodparam>
   </methodsynopsis>
   <para>
    Modifie la valeur de l'option <parameter>option</parameter> en remplaçant la valeur
-   courante par <parameter>newval</parameter>.
+   courante par <parameter>value</parameter>.
   </para>
  </refsect1>

@@ -28,7 +27,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -53,142 +52,142 @@
          <tbody>
           <row>
            <entry><constant>LDAP_OPT_DEREF</constant></entry>
-           <entry>&integer;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_SIZELIMIT</constant></entry>
-           <entry>&integer;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_TIMELIMIT</constant></entry>
-           <entry>&integer;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_NETWORK_TIMEOUT</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>PHP 5.3.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_PROTOCOL_VERSION</constant></entry>
-           <entry>&integer;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_ERROR_NUMBER</constant></entry>
-           <entry>&integer;</entry>
-           <entry></entry>
+           <entry><type>int</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_REFERRALS</constant></entry>
-           <entry>&boolean;</entry>
-           <entry></entry>
+           <entry><type>bool</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_RESTART</constant></entry>
-           <entry>&boolean;</entry>
-           <entry></entry>
+           <entry><type>bool</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_HOST_NAME</constant></entry>
-           <entry>&string;</entry>
-           <entry></entry>
+           <entry><type>string</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_ERROR_STRING</constant></entry>
-           <entry>&string;</entry>
-           <entry></entry>
+           <entry><type>string</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_DIAGNOSTIC_MESSAGE</constant></entry>
-           <entry>string</entry>
-           <entry></entry>
+           <entry><type>string</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_MATCHED_DN</constant></entry>
-           <entry>&string;</entry>
-           <entry></entry>
+           <entry><type>string</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_SERVER_CONTROLS</constant></entry>
-           <entry>&array;</entry>
-           <entry></entry>
+           <entry><type>array</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_CLIENT_CONTROLS</constant></entry>
-           <entry>&array;</entry>
-           <entry></entry>
+           <entry><type>array</type></entry>
+           <entry/>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_KEEPALIVE_IDLE</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>PHP 7.1.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_KEEPALIVE_PROBES</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>PHP 7.1.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_KEEPALIVE_INTERVAL</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>PHP 7.1.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CACERTDIR</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>PHP 7.1.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CACERTFILE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>PHP 7.1.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CERTFILE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>PHP 7.1.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CIPHER_SUITE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>PHP 7.1.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CRLCHECK</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>PHP 7.1.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_CRLFILE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>PHP 7.1.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_DHFILE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>PHP 7.1.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_KEYILE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>PHP 7.1.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_PROTOCOL_MIN</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>PHP 7.1.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_RANDOM_FILE</constant></entry>
-           <entry>&string;</entry>
+           <entry><type>string</type></entry>
            <entry>PHP 7.1.0</entry>
           </row>
           <row>
            <entry><constant>LDAP_OPT_X_TLS_REQUIRE_CERT</constant></entry>
-           <entry>&integer;</entry>
+           <entry><type>int</type></entry>
            <entry>PHP 7.0.5</entry>
           </row>
          </tbody>
@@ -214,7 +213,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>newval</parameter></term>
+     <term><parameter>value</parameter></term>
      <listitem>
       <para>
        La nouvelle valeur pour l'option <parameter>option</parameter> spécifiée.
@@ -291,7 +290,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-set-rebind-proc.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-set-rebind-proc.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-set-rebind-proc.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 324122 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
-<refentry xml:id='function.ldap-set-rebind-proc' xmlns="http://docbook.org/ns/docbook">
+<refentry xml:id="function.ldap-set-rebind-proc" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_set_rebind_proc</refname>
   <refpurpose>Configure une fonction de retour pour refaire des liaisons lors de recherche de référants</refpurpose>
@@ -13,14 +12,35 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_set_rebind_proc</methodname>
-   <methodparam><type>resource</type><parameter>link</parameter></methodparam>
-   <methodparam><type>callable</type><parameter>callback</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
+   <methodparam><type class="union"><type>callable</type><type>null</type></type><parameter>callback</parameter></methodparam>
   </methodsynopsis>
   &warn.undocumented.func;
  </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>callback</parameter> is nullable now.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-start-tls.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-start-tls.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-start-tls.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
-<refentry xml:id='function.ldap-start-tls' xmlns="http://docbook.org/ns/docbook">
+<refentry xml:id="function.ldap-start-tls" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>ldap_start_tls</refname>
   <refpurpose>Démarre TLS</refpurpose>
@@ -13,13 +12,12 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_start_tls</methodname>
-   <methodparam><type>resource</type><parameter>link</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
   </methodsynopsis>
   &warn.undocumented.func;
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-t61-to-8859.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-t61-to-8859.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-t61-to-8859.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
-<refentry xml:id='function.ldap-t61-to-8859' xmlns="http://docbook.org/ns/docbook">
+<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ldap-t61-to-8859">
  <refnamediv>
   <refname>ldap_t61_to_8859</refname>
   <refpurpose>Convertit les caractères t61 en caractères 8859</refpurpose>
@@ -12,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>ldap_t61_to_8859</methodname>
+   <type class="union"><type>string</type><type>false</type></type><methodname>ldap_t61_to_8859</methodname>
    <methodparam><type>string</type><parameter>value</parameter></methodparam>
   </methodsynopsis>
   &warn.undocumented.func;
@@ -19,7 +18,6 @@
  </refsect1>

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

Modified: phpdoc/fr/trunk/reference/ldap/functions/ldap-unbind.xml
===================================================================
--- phpdoc/fr/trunk/reference/ldap/functions/ldap-unbind.xml	2020-12-09 15:46:49 UTC (rev 351975)
+++ phpdoc/fr/trunk/reference/ldap/functions/ldap-unbind.xml	2020-12-09 16:28:47 UTC (rev 351976)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="function.ldap-unbind" xmlns="http://docbook.org/ns/docbook">
@@ -13,7 +13,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>ldap_unbind</methodname>
-   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
   </methodsynopsis>
   <para>
    Déconnecte d'un serveur LDAP.
@@ -25,7 +25,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Un identifiant de lien LDAP, retourné par la fonction
@@ -54,7 +54,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
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.