mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Documented a few constants as per bug #53354.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305568 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e729464540
commit
a85b8c4ea9
1 changed files with 26 additions and 10 deletions
|
@ -55,7 +55,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
Specifies alternative rules for following aliases at the server.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -65,9 +65,17 @@
|
|||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
</simpara>
|
||||
<para>
|
||||
Specifies the maximum number of entries that can be
|
||||
returned on a search operation.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
The actual size limit for operations is also bounded
|
||||
by the server's configured maximum number of return entries.
|
||||
The lesser of these two settings is the actual size limit.
|
||||
</simpara>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
@ -77,8 +85,15 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
Specifies the number of seconds to wait for search results.
|
||||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
The actual time limit for operations is also bounded
|
||||
by the server's configured maximum time.
|
||||
The lesser of these two settings is the actual time limit.
|
||||
</simpara>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -102,7 +117,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
Specifies the LDAP protocol to be used (V2 or V3).
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -124,7 +139,8 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
Specifies whether to automatically follow referrals returned
|
||||
by the LDAP server.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -179,7 +195,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
Specifies a default list of server controls to be sent with each request.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -190,7 +206,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
Specifies a default list of client controls to be processed with each request.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -201,7 +217,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
||||
Specifies a bitwise level for debug traces.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue