svn: /phpdoc/ru/trunk/ language-snippets.ent reference/ldap/functions/ldap-8859-to-t61.xml reference/ldap/functions/ldap-add-ext.xml reference/ldap/functions/ldap-add.xml reference/ldap/functions/ldap-bind-ext.xml reference/ldap/functions/ldap-bind.xml reference/ldap/functions/ldap-compare.xml reference/ldap/functions/ldap-count-entries.xml reference/ldap/functions/ldap-delete-ext.xml reference/ldap/functions/ldap-delete.xml reference/ldap/functions/ldap-dn2ufn.xml reference/ldap/functions/ldap-

[email protected] (Sergey Panteleev) Wed, 09 Dec 2020 06:24:25 +0000
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Wed, 09 Dec 2020 06:24:25 +0000

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

Log:
docs(ru): Updated to English revision

Changed paths:
    U   phpdoc/ru/trunk/language-snippets.ent
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-8859-to-t61.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-add-ext.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-add.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-bind-ext.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-bind.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-compare.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-count-entries.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-delete-ext.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-delete.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-dn2ufn.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-errno.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-error.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-exop-passwd.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-exop-refresh.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-exop-whoami.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-first-attribute.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-first-entry.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-first-reference.xml
    U   phpdoc/ru/trunk/reference/ldap/functions/ldap-free-result.xml
svn-diffs-351962.txt (text/x-diff, 44.1 KB)
Modified: phpdoc/ru/trunk/language-snippets.ent
===================================================================
--- phpdoc/ru/trunk/language-snippets.ent	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/language-snippets.ent	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351924 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351960 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->

@@ -730,6 +730,15 @@

 <!ENTITY intl.property.example 'Тестирование различных свойств'>

+<!-- LDAP notes -->
+
+<!ENTITY ldap.changelog.controls-nullable '<row xmlns="http://docbook.org/ns/docbook">
+ <entry>8.0.0</entry>
+ <entry>
+  <parameter>controls</parameter> теперь допускает значение null; ранее значение по умолчанию было <literal>[]</literal>.
+ </entry>
+</row>'>
+
 <!-- mbstring notes -->

 <!ENTITY note.mbstring.encoding.internal '<note xmlns="http://docbook.org/ns/docbook"><para>Для этой функции будет

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-8859-to-t61.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-8859-to-t61.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-8859-to-t61.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
-<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>Переводит символы из кодировки ISO-8859 в t61</refpurpose>
@@ -11,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>
@@ -41,7 +41,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Возвращает кодированный в <literal>t61</literal> параметр <parameter>value</parameter>.
+   Возвращает кодированный в <literal>t61</literal> параметр <parameter>value</parameter>, &return.falseforfailure;.
   </para>
  </refsect1>

@@ -55,7 +55,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-add-ext.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-add-ext.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-add-ext.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: lex Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: lex Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <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>
    Делает то же самое, что и <function>ldap_add</function>, но возвращает ресурс результата LDAP для разбора с помощью <function>ldap_parse_result</function>.
@@ -36,6 +36,23 @@
    Возвращает идентификатор ресурса LDAP или &false; в случае возникновения ошибки.
   </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;
@@ -53,7 +70,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-add.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-add.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-add.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 346169 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->
 <refentry xml:id="function.ldap-add" xmlns="http://docbook.org/ns/docbook">
@@ -12,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>
    Добавляет запись в LDAP-директорию.
@@ -27,7 +27,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Идентификатор ссылки LDAP, возвращенный <function>ldap_connect</function>.
@@ -65,7 +65,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>serverctrls</parameter></term>
+     <term><parameter>controls</parameter></term>
      <listitem>
       <para>
        Массив <link linkend="ldap.controls">управляющих констант LDAP</link> для отправки в запросе.
@@ -95,10 +95,11 @@
       </row>
      </thead>
      <tbody>
+      &ldap.changelog.controls-nullable;
       <row>
        <entry>7.3</entry>
        <entry>
-        Добавлена поддержка параметра <parameter>serverctrls</parameter>
+        Добавлена поддержка параметра <parameter>controls</parameter>
        </entry>
       </row>
      </tbody>
@@ -156,7 +157,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-bind-ext.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-bind-ext.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-bind-ext.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: lex Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: lex Status: ready -->
 <!-- Reviewed: yes Maintainer: sergey -->

 <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>
    Делает то же самое, что и <function>ldap_bind</function>, но возвращает ресурс результата LDAP для разбора с помощью <function>ldap_parse_result</function>.
@@ -37,6 +37,23 @@
   </para>
  </refsect1>

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

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-bind.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-bind.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-bind.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 348935 Maintainer: sergey Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: sergey Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="function.ldap-bind" xmlns="http://docbook.org/ns/docbook">
@@ -13,9 +13,9 @@
   &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>
    Связывает LDAP-директорию с указанным RDN и паролем.
@@ -27,7 +27,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Идентификатор ссылки LDAP, возвращенный <function>ldap_connect</function>.
@@ -35,7 +35,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>bind_rdn</parameter></term>
+     <term><parameter>dn</parameter></term>
      <listitem>
       <para>
       </para>
@@ -42,7 +42,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>bind_password</parameter></term>
+     <term><parameter>password</parameter></term>
      <listitem>
       <para>
       </para>
@@ -51,8 +51,8 @@
    </variablelist>
   </para>
   <para>
-   Если <parameter>bind_password</parameter> не определен, то будет попытка анонимной привязки.
-   Также для анонимной привязки можно оставить пустым <parameter>bind_rdn</parameter>, как определено
+   Если <parameter>password</parameter> не определен, то будет попытка анонимной привязки.
+   Также для анонимной привязки можно оставить пустым <parameter>dn</parameter>, как определено
    в https://tools.ietf.org/html/rfc2251#section-4.2.2
   </para>
  </refsect1>
@@ -142,7 +142,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-compare.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-compare.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-compare.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 346169 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->

@@ -12,12 +12,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>
    Сравнивает значение (<parameter>value</parameter>) атрибута (<parameter>attribute</parameter>)
@@ -30,7 +30,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Идентификатор ссылки LDAP, возвращенный <function>ldap_connect</function>.
@@ -62,7 +62,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>serverctrls</parameter></term>
+     <term><parameter>controls</parameter></term>
      <listitem>
       <para>
        Массив <link linkend="ldap.controls">управляющих констант LDAP</link> для отправки в запросе.
@@ -93,10 +93,11 @@
       </row>
      </thead>
      <tbody>
+      &ldap.changelog.controls-nullable;
       <row>
        <entry>7.3</entry>
        <entry>
-        Добавлена поддержка параметра <parameter>serverctrls</parameter>
+        Добавлена поддержка параметра <parameter>controls</parameter>
        </entry>
       </row>
      </tbody>
@@ -168,7 +169,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-count-entries.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-count-entries.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-count-entries.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351730 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->
 <refentry xml:id="function.ldap-count-entries" xmlns="http://docbook.org/ns/docbook">
@@ -12,8 +12,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>
    Возвращает число записей, сохраненных в результате предыдущей
@@ -26,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Идентификатор ссылки LDAP, возвращенный функцией <function>ldap_connect</function>.
@@ -34,7 +34,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>result_identifier</parameter></term>
+     <term><parameter>result</parameter></term>
      <listitem>
       <para>
        Внутренний результат LDAP.
@@ -84,7 +84,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-delete-ext.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-delete-ext.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-delete-ext.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: lex Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: lex Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->

 <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>
    Делает то же самое, что и <function>ldap_delete</function>, но возвращает ресурс результата LDAP для разбора с помощью <function>ldap_parse_result</function>.
@@ -35,6 +35,23 @@
    Возвращает идентификатор ресурса LDAP или &false; в случае ошибки.
   </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;
@@ -47,7 +64,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-delete.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-delete.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-delete.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 346169 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
 <refentry xml:id="function.ldap-delete" xmlns="http://docbook.org/ns/docbook">
@@ -12,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>
    Удаление конкретной записи из директории LDAP.
@@ -26,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Идентификатор ссылки LDAP, возвращаемый <function>ldap_connect</function>.
@@ -42,7 +42,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>serverctrls</parameter></term>
+     <term><parameter>controls</parameter></term>
      <listitem>
       <para>
        Массив <link linkend="ldap.controls">управляющих констант LDAP</link> для отправки в запросе.
@@ -72,10 +72,11 @@
       </row>
      </thead>
      <tbody>
+      &ldap.changelog.controls-nullable;
       <row>
        <entry>7.3</entry>
        <entry>
-        Добавлена поддержка параметра <parameter>serverctrls</parameter>
+        Добавлена поддержка параметра <parameter>controls</parameter>
        </entry>
       </row>
      </tbody>
@@ -95,7 +96,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-dn2ufn.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-dn2ufn.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-dn2ufn.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->
-<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>Преобразовать DN в удобный для пользователя формат именования</refpurpose>
@@ -11,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>
@@ -38,12 +38,11 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Возвращает удобное для пользователя имя.
+   Возвращает удобное для пользователя имя, &return.falseforfailure;.
   </para>
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-errno.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-errno.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-errno.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->
 <refentry xml:id="function.ldap-errno" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,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>
    Возвращает стандартизированный код ошибки, возвращенный последней командой LDAP.
@@ -26,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Идентификатор ссылки LDAP, возвращенный <function>ldap_connect</function>.
@@ -86,7 +86,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-error.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-error.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-error.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->
 <refentry xml:id="function.ldap-error" xmlns="http://docbook.org/ns/docbook">
@@ -12,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>
    Возвращает строковое сообщение об ошибке, объясняя ошибку, сгенерированную
-   последней командой LDAP для данного идентификатора соединения <parameter>link_identifier</parameter>.
+   последней командой LDAP для данного идентификатора соединения <parameter>ldap</parameter>.
    В то время как LDAP errno числа стандартизированы, различные библиотеки возвращают
    отличающийся или даже локализованные текстовые сообщения об ошибках. Никогда не проверяйте
    на определенный текст сообщения об ошибке, всегда используйте кодами ошибок для проверки.
@@ -33,7 +33,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Идентификатор ссылки LDAP, возвращенный <function>ldap_connect</function>.
@@ -62,7 +62,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-exop-passwd.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-exop-passwd.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-exop-passwd.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346169 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
-
 <refentry xml:id="function.ldap-exop-passwd" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>ldap_exop_passwd</refname>
@@ -12,12 +11,12 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>mixed</type><methodname>ldap_exop_passwd</methodname>
-   <methodparam><type>resource</type><parameter>link</parameter></methodparam>
+   <type class="union"><type>string</type><type>bool</type></type><methodname>ldap_exop_passwd</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>user</parameter><initializer>""</initializer></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>oldpw</parameter><initializer>""</initializer></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>newpw</parameter><initializer>""</initializer></methodparam>
-   <methodparam choice="opt"><type>array</type><parameter role="reference">serverctrls</parameter></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>old_password</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>new_password</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter role="reference">controls</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
   <para>
    Выполняет расширенную операцию PASSWD.
@@ -28,7 +27,7 @@
   &reftitle.parameters;
   <variablelist>
    <varlistentry>
-    <term><parameter>link</parameter></term>
+    <term><parameter>ldap</parameter></term>
     <listitem>
      <para>
       Идентификатор соединения LDAP, полученный из <function>ldap_connect</function>.
@@ -44,7 +43,7 @@
     </listitem>
    </varlistentry>
    <varlistentry>
-    <term><parameter>oldpw</parameter></term>
+    <term><parameter>old_password</parameter></term>
     <listitem>
      <para>
       Старый пароль. В зависимости от конфигурации может быть опущен.
@@ -52,7 +51,7 @@
     </listitem>
    </varlistentry>
    <varlistentry>
-    <term><parameter>newpw</parameter></term>
+    <term><parameter>new_password</parameter></term>
     <listitem>
      <para>
       Новый пароль. Может быть опущен, либо задан пустым для автогенерации пароля.
@@ -60,7 +59,7 @@
     </listitem>
    </varlistentry>
    <varlistentry>
-    <term><parameter>serverctrls</parameter></term>
+    <term><parameter>controls</parameter></term>
     <listitem>
      <para>
       Если задано, то с запросом будет передан запрос парольной политики и это
@@ -74,7 +73,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Возвращает новыый пароль, если параметр <parameter>newpw</parameter> не задан,
+   Возвращает новыый пароль, если параметр <parameter>new_password</parameter> не задан,
    либо задан пустым. Иначе возвращает &true; или &false;, в зависимости от
    успешности выполнения.
   </para>
@@ -92,10 +91,11 @@
       </row>
      </thead>
      <tbody>
+      &ldap.changelog.controls-nullable;
       <row>
        <entry>7.3</entry>
        <entry>
-        Добавлена поддержка параметра <parameter>serverctrls</parameter>
+        Добавлена поддержка параметра <parameter>controls</parameter>
        </entry>
       </row>
      </tbody>
@@ -154,7 +154,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-exop-refresh.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-exop-refresh.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-exop-refresh.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344522 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
-
 <refentry xml:id="function.ldap-exop-refresh" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>ldap_exop_refresh</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>int</type><methodname>ldap_exop_refresh</methodname>
-   <methodparam><type>resource</type><parameter>link</parameter></methodparam>
+   <type class="union"><type>int</type><type>false</type></type><methodname>ldap_exop_refresh</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
    <methodparam><type>string</type><parameter>dn</parameter></methodparam>
    <methodparam><type>int</type><parameter>ttl</parameter></methodparam>
   </methodsynopsis>
@@ -26,7 +25,7 @@
   &reftitle.parameters;
   <variablelist>
    <varlistentry>
-    <term><parameter>link</parameter></term>
+    <term><parameter>ldap</parameter></term>
     <listitem>
      <para>
       Идентификатор соединения LDAP, полученный из <function>ldap_connect</function>.
@@ -79,7 +78,6 @@


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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-exop-whoami.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-exop-whoami.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-exop-whoami.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: rjhdby Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: rjhdby Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
-
 <refentry xml:id="function.ldap-exop-whoami" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>ldap_exop_whoami</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>ldap_exop_whoami</methodname>
-   <methodparam><type>resource</type><parameter>link</parameter></methodparam>
+   <type class="union"><type>string</type><type>bool</type></type><methodname>ldap_exop_whoami</methodname>
+   <methodparam><type>resource</type><parameter>ldap</parameter></methodparam>
   </methodsynopsis>
   <para>
    Выполняет расширенную операцию WHOAMI и возвращает данные.
@@ -25,7 +24,7 @@
   &reftitle.parameters;
   <variablelist>
    <varlistentry>
-    <term><parameter>link</parameter></term>
+    <term><parameter>ldap</parameter></term>
     <listitem>
      <para>
       Идентификатор соединения LDAP, полученный из <function>ldap_connect</function>.
@@ -52,7 +51,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-first-attribute.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-first-attribute.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-first-attribute.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351730 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->
 <refentry xml:id="function.ldap-first-attribute" xmlns="http://docbook.org/ns/docbook">
@@ -11,9 +11,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>
    Получает первый атрибут в данной записи. Остающиеся атрибуты получаются последовательным вызовом
@@ -29,7 +29,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Идентификатор ссылки LDAP, возвращенный <function>ldap_connect</function>.
@@ -37,7 +37,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>result_entry_identifier</parameter></term>
+     <term><parameter>entry</parameter></term>
      <listitem>
       <para>
       </para>
@@ -81,7 +81,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-first-entry.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-first-entry.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-first-entry.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 351730 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->

@@ -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>
    Возвращает идентификатор для первой записи в результате.
@@ -32,7 +32,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>link_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
        Идентификатор ссылки LDAP, возвращенный <function>ldap_connect</function>.
@@ -40,7 +40,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>result_identifier</parameter></term>
+     <term><parameter>result</parameter></term>
      <listitem>
       <para>
       </para>
@@ -68,7 +68,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-first-reference.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-first-reference.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-first-reference.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: aur Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: aur Status: ready -->
 <!-- Reviewed: yes -->
 <!-- $Revision$ -->
-<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>Возвращает первую справку</refpurpose>
@@ -11,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;
@@ -19,7 +19,6 @@
  </refsect1>

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

Modified: phpdoc/ru/trunk/reference/ldap/functions/ldap-free-result.xml
===================================================================
--- phpdoc/ru/trunk/reference/ldap/functions/ldap-free-result.xml	2020-12-08 19:04:41 UTC (rev 351961)
+++ phpdoc/ru/trunk/reference/ldap/functions/ldap-free-result.xml	2020-12-09 06:24:25 UTC (rev 351962)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: mch Status: ready -->
+<!-- EN-Revision: 351955 Maintainer: mch Status: ready -->
 <!-- Reviewed: yes Maintainer: lex -->
 <!-- $Revision$ -->

@@ -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>
    Освобождает память, внутренне выделенную для хранения результата.
@@ -32,7 +32,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>result_identifier</parameter></term>
+     <term><parameter>ldap</parameter></term>
      <listitem>
       <para>
       </para>
@@ -50,7 +50,6 @@
  </refsect1>

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