[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: fixed removed ldap functions parameter and warning.
From:       Yoshinari Takaoka <noreply () php ! net>
Date:       2021-09-30 19:32:53
Message-ID: yHoVA830mYRFI7gB0yCKgPdFzhAAIIJfBzR0e5ffs () main ! php ! net
[Download RAW message or body]

Author: Yoshinari Takaoka (mumumu)
Date: 2021-10-01T04:32:36+09:00

Commit: https://github.com/php/doc-en/commit/e706a6b5578e9d0a9d1a101eeb654124db97e0ed
Raw diff: https://github.com/php/doc-en/commit/e706a6b5578e9d0a9d1a101eeb654124db97e0ed.diff


fixed removed ldap functions parameter and warning.

Changed paths:
  M  language-snippets.ent
  M  reference/ldap/functions/ldap-control-paged-result-response.xml
  M  reference/ldap/functions/ldap-control-paged-result.xml
  M  reference/ldap/functions/ldap-sort.xml


Diff:

diff --git a/language-snippets.ent b/language-snippets.ent
index 78e32c0f4e..f496d6842d 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -228,6 +228,12 @@ xmlns="http://docbook.org/ns/docbook"><simpara>This function has \
been  <emphasis>DEPRECATED</emphasis> as of PHP 7.1.0. Relying on this function
 is highly discouraged.</simpara></warning>'>
 
+<!ENTITY warn.deprecated.function-7-0-0.removed-8-0-0 '<warning
+xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
+<emphasis>DEPRECATED</emphasis> as of PHP 7.0.0 and
+<emphasis>REMOVED</emphasis> as of PHP 8.0.0. Relying on this function
+is highly discouraged.</simpara></warning>'>
+
 <!ENTITY warn.deprecated.function-7-1-0.removed-7-2-0 '<warning
 xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
 <emphasis>DEPRECATED</emphasis> as of PHP 7.1.0 and
diff --git a/reference/ldap/functions/ldap-control-paged-result-response.xml \
b/reference/ldap/functions/ldap-control-paged-result-response.xml index \
                0043005394..852c5b0c3a 100644
--- a/reference/ldap/functions/ldap-control-paged-result-response.xml
+++ b/reference/ldap/functions/ldap-control-paged-result-response.xml
@@ -34,7 +34,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink">
      <term><parameter>link</parameter></term>
      <listitem>
       <para>
-       &ldap.parameter.ldap;
+       An LDAP resource, returned by <function>ldap_connect</function>.
       </para>
      </listitem>
     </varlistentry>
diff --git a/reference/ldap/functions/ldap-control-paged-result.xml \
b/reference/ldap/functions/ldap-control-paged-result.xml index ea33e867ae..1c82ebbf45 \
                100644
--- a/reference/ldap/functions/ldap-control-paged-result.xml
+++ b/reference/ldap/functions/ldap-control-paged-result.xml
@@ -34,7 +34,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink">
      <term><parameter>link</parameter></term>
      <listitem>
       <para>
-       &ldap.parameter.ldap;
+       An LDAP resource, returned by <function>ldap_connect</function>.
       </para>
      </listitem>
     </varlistentry>
diff --git a/reference/ldap/functions/ldap-sort.xml \
b/reference/ldap/functions/ldap-sort.xml index 79d42c51ad..c878394fe6 100644
--- a/reference/ldap/functions/ldap-sort.xml
+++ b/reference/ldap/functions/ldap-sort.xml
@@ -6,6 +6,10 @@
   <refpurpose>Sort LDAP result entries on the client side</refpurpose>
  </refnamediv>
 
+ <refsynopsisdiv>
+  &warn.deprecated.function-7-0-0.removed-8-0-0;
+ </refsynopsisdiv>
+
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
@@ -23,7 +27,6 @@
    you might not get the expected results in case you reach the \
<parameter>sizelimit</parameter> either of the server or  defined within \
<function>ldap_search</function>.  </para>
-  &warn.deprecated.feature-7-0-0;
  </refsect1>
 
  <refsect1 role="parameters">
@@ -34,7 +37,7 @@
      <term><parameter>link</parameter></term>
      <listitem>
       <para>
-       &ldap.parameter.ldap;
+       An LDAP resource, returned by <function>ldap_connect</function>.
       </para>
      </listitem>
     </varlistentry>

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic