From 46e447d876c68953fa4325d7cf672922f689514d Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 13 Oct 2007 16:16:59 +0000 Subject: [PATCH] ber_idenitfier was removed in 5.2.4 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244149 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../ldap/functions/ldap-first-attribute.xml | 35 +++++++++++++++++-- .../ldap/functions/ldap-next-attribute.xml | 35 +++++++++++++++++-- 2 files changed, 66 insertions(+), 4 deletions(-) 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;