php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31307 How to search more effectively
Submitted: 2004-12-27 11:03 UTC Modified: 2004-12-27 14:59 UTC
From: randyzhu at yeah dot net Assigned:
Status: Not a bug Package: LDAP related
PHP Version: 4.3.8 OS: RedHat 9.0
Private report: No CVE-ID: None
 [2004-12-27 11:03 UTC] randyzhu at yeah dot net
Description:
------------
it will take  about 100 secs to fetch about 10,000 entries.
how to improve the performance? 



Reproduce code:
---------------
$dn = "o=My Company, c=US";
$filter="(cn=*)";
$justthese = array("ou", "cn", "givenname", "mail");

$sr=ldap_search($ds, $dn, $filter, $justthese);



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-27 14:59 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 20:01:31 2024 UTC