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 #8346

Multivalued sort support

Details

Request #8346Multivalued sort support
Submitted2006-08-02 11:31 UTC
Fromb dot hallinger at skyforcesystems dot de
Assignedbeni
StatusClosed
PackageNet_LDAP
PHP VersionIrrelevant
OSirrelevant
Roadmaps(Not assigned)

Comments

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

Description:
------------
The sort() method of Net_LDAP_Search donesn't support multivalued sorting.
It would be fine to include it in the next future...

My suggested solution is to rewrite the Entry object slightly, so every entry object can firstly sort its attributes (what would be maybe useful anyway).
After that, all the entries can be sorted by the Search object because all entries attributes are now in the correct order for comparison (thats the problem why multivalued sorting won't work for now)

What do you think about it?