Re: [PHP-DEV] LDAP V3 Server Side Sorting

2001-05-16 Thread David Giffin
Control" along with the rest of LDAP Version 3 functionality. David On Wed, 16 May 2001, Stig Venaas wrote: > On Tue, May 15, 2001 at 06:17:11PM -0700, David Giffin wrote: > > > > Hello, > > > > I added in a function to provide server side sorting on searches.

Re: [PHP-DEV] LDAP V3 Server Side Sorting

2001-05-15 Thread David Giffin
Sorry about that. I'm new to contributing code. Here is a diff of the changes. Maybe a URL would save some bandwidth too: http://www.giffin.org/~david/ldap.diff Thanks, David On Tue, 15 May 2001, Sterling Hughes wrote: > David Giffin wrote: > > > Hello, > > >

[PHP-DEV] LDAP V3 Server Side Sorting

2001-05-15 Thread David Giffin
ght be a better way to incorporate the code into php, but here is my first attempt. proto int ldap_sort_search(int link, string base_dn, string filter [, array attrs [, string sortstr [, int attrsonly [, int sizelimit [, int timelimit [, int deref]) Thank