PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Networking » Net_LDAP » Bug #9266

Adding an attribute then reading it gives no complete result

Details

Submitted2006-11-08 11:51 UTC
Fromb dot hallinger at skyforcesystems dot de
Assignedbeni
StatusClosed
PackageNet_LDAP
PHP Version4.4.2
Roadmaps(Not assigned)

Comments

[2006-11-08 11:51 UTC] b dot hallinger at skyforcesystems dot de

Description:
------------
Bug while adding an attribute:
If you add a attribute to an entry after not having selected the attribute added for reading, then the attributes values are only those you added. You have to search again the entire entry to be able to read the attributes in the directory.

I think this has something to do wit the internal $_attributes array.