Added note for ldap_rename() that LDAPv3 is currently required

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52405 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stig Venaas 2001-07-28 17:29:12 +00:00
parent dc1e99b37a
commit 079d3dd737

View file

@ -1399,7 +1399,10 @@ for ($i=0; $i<$info["count"]; $i++)
<parameter>deleteoldrdn</parameter> is &true; the old RDN value(s)
is removed, else the old RDN value(s) is retained as
non-distinguished values of the entry. &true; is returned on
success and &false; is returned on error.</para>
success and &false; is returned on error.</para>
<para>This function currently only works with LDAPv3. You may have
to use <function>ldap_set_option()</function> prior to binding to
use LDAPv3.</para>
<para>This function is only available when using OpenLDAP 2.x.x OR
Netscape Directory SDK x.x, and was added in PHP 4.0.5.</para>
</refsect1>