[PHP-DOC] cvs: phpdoc /en/functions ldap.xml From: Jani Taskinen (sniper <email protected>)
Date: 07/22/00

sniper Sat Jul 22 07:06:29 2000 EDT

  Modified files:
    /phpdoc/en/functions ldap.xml
  Log:
  Added a note about those parameters being there from 4.0.1.
  
  
Index: phpdoc/en/functions/ldap.xml
diff -u phpdoc/en/functions/ldap.xml:1.8 phpdoc/en/functions/ldap.xml:1.9
--- phpdoc/en/functions/ldap.xml:1.8 Fri Jul 21 18:59:19 2000
+++ phpdoc/en/functions/ldap.xml Sat Jul 22 07:06:29 2000
@@ -910,6 +910,15 @@
     <para>
      This call takes 5 optional parameters. See <function>ldap_search</function>
      notes.
+ <note>
+ <para>
+ These optional parameters were added in 4.0.2:
+ <parameter>attrsonly</parameter>,
+ <parameter>sizelimit</parameter>,
+ <parameter>timelimit</parameter>,
+ <parameter>deref</parameter>,
+ </para>
+ </note>
 
     <example>
       <title>Produce a list of all organizational units of an organization
@@ -1066,7 +1075,17 @@
      "objectClass=inetOrgPerson".</para>
     <para>
      This call takes 5 optional parameters. See <function>ldap_search</function>
- notes.</para>
+ notes.
+ </para>
+ <note>
+ <para>
+ These optional parameters were added in 4.0.2:
+ <parameter>attrsonly</parameter>,
+ <parameter>sizelimit</parameter>,
+ <parameter>timelimit</parameter>,
+ <parameter>deref</parameter>,
+ </para>
+ </note>
    </refsect1>
   </refentry>
 
@@ -1149,7 +1168,6 @@
      NOTE: This parameter can NOT override server-side preset timelimit.
      You can set it lower though.
     </para>
-
     <para>
      The eigth parameter <parameter>deref</parameter> specifies how aliases
      should be handled during the search. It can be one of the following:
@@ -1178,7 +1196,13 @@
      </listitem>
      </itemizedlist>
     </para>
-
+ <para>
+ These optional parameters were added in 4.0.2:
+ <parameter>attrsonly</parameter>,
+ <parameter>sizelimit</parameter>,
+ <parameter>timelimit</parameter>,
+ <parameter>deref</parameter>,
+ </para>
     <para>
      The search filter can be simple or advanced, using boolean
      operators in the format described in the LDAP doumentation (see