Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7987 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21195 invoked by uid 1010); 19 Feb 2004 10:31:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21171 invoked from network); 19 Feb 2004 10:31:26 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 19 Feb 2004 10:31:26 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 3B4041488089; Thu, 19 Feb 2004 02:30:13 -0800 (PST) Received: from zaneeb.thebrainroom.net (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id A74831488087; Thu, 19 Feb 2004 02:30:00 -0800 (PST) Received: from titan (titan.thebrainroom.net [82.133.1.139]) by zaneeb.thebrainroom.net (8.11.6/8.11.6) with SMTP id i1JAVCD19947; Thu, 19 Feb 2004 10:31:12 GMT Message-ID: <069601c3f6d3$7ff5bf90$8b018552@titan> To: , "Gary Palmer" References: <20040219004925.35256.qmail@pb1.pair.com> Date: Thu, 19 Feb 2004 10:31:13 -0000 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 X-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_30,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] Support for the RFC 2696 paged results LDAP extension From: wez@thebrainroom.com ("Wez Furlong") The best thing to do to get it in is to write a patch :-) Although the ldap extension is listed as being maintained, I don't think Stig Venaas has had much time for it in a while. The next best thing to writing a patch is showing some C code that shows how to do it--maybe someone will take it on. --Wez. ----- Original Message ----- From: "Gary Palmer" To: Sent: Thursday, February 19, 2004 12:49 AM Subject: [PHP-DEV] Support for the RFC 2696 paged results LDAP extension > Hi, > > I am wondering if there is any plan to support RFC 2696 "LDAP Control > Extension for Simple Paged Results Manipulation". > > LDAP has a problem that most/all servers aren't designed to handle large > result sets. Some servers are set so that the largest result sets they > can handle are as small as 100 entries. LDAP paging gets around this by > allowing you to retrieve multiple chunks of $RESULT_SIZE until you have > all the entries that your search produced. > > This has obvious benefits in an LDAP environment and I'm hoping that > there is some way to get support included in PHP. > > Thanks for any help / information. > > Yours, > > Gary > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > >