diff --git a/reference/ldap/functions/ldap-first-attribute.xml b/reference/ldap/functions/ldap-first-attribute.xml index 69753816e4..9a4542606b 100644 --- a/reference/ldap/functions/ldap-first-attribute.xml +++ b/reference/ldap/functions/ldap-first-attribute.xml @@ -1,5 +1,5 @@ - + ldap_first_attribute @@ -12,7 +12,6 @@ stringldap_first_attribute resourcelink_identifier resourceresult_entry_identifier - intber_identifier Gets the first attribute in the given entry. Remaining attributes are @@ -53,6 +52,13 @@ ldap_next_attribute , which modifies that pointer. + + + This parameter is no longer used as this is now handled automatically + by PHP. For backwards compatibility PHP will not throw an error if + this parameter is passed. + + @@ -67,6 +73,31 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.2.4 + + The ber_identifier was removed. This + is now handled automatically by PHP. + + + + + + + + &reftitle.seealso; diff --git a/reference/ldap/functions/ldap-next-attribute.xml b/reference/ldap/functions/ldap-next-attribute.xml index aec8d2f729..60ac0e78aa 100644 --- a/reference/ldap/functions/ldap-next-attribute.xml +++ b/reference/ldap/functions/ldap-next-attribute.xml @@ -1,5 +1,5 @@ - + ldap_next_attribute @@ -12,7 +12,6 @@ stringldap_next_attribute resourcelink_identifier resourceresult_entry_identifier - resourceber_identifier Retrieves the attributes in an entry. The first call to @@ -47,6 +46,13 @@ The internal state of the pointer is maintained by this parameter. + + + This parameter is no longer used as this is now handled automatically + by PHP. For backwards compatibility PHP will not throw an error if + this parameter is passed. + + @@ -61,6 +67,31 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.2.4 + + The ber_identifier was removed. This + is now handled automatically by PHP. + + + + + + + + &reftitle.seealso;