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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: randyzhu at yeah dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Mar 12 11:01:32 2025 UTC