php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40026 ldap_get_entries dies with no errors
Submitted: 2007-01-05 00:09 UTC Modified: 2007-01-19 01:00 UTC
Votes:4
Avg. Score:5.0 ± 0.0
Reproduced:4 of 4 (100.0%)
Same Version:4 (100.0%)
Same OS:3 (75.0%)
From: sharul at utm dot my Assigned:
Status: No Feedback Package: LDAP related
PHP Version: 5.2.0 OS: Debian Sarge
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: sharul at utm dot my
New email:
PHP Version: OS:

 

 [2007-01-05 00:09 UTC] sharul at utm dot my
Description:
------------
When I try to run ldap_get_entries it just dies, no errors to screen, no errors in apache logs, not one thing anywhere. The output just stops at the function: 

$info=ldap_get_entries($ldapconn, $sr); 

For no apparent reason. It just dies with no output or explanation. For your info, I try to get over 30K of record from LDAP.

Reproduce code:
---------------
$sr=ldap_search($ldapconn, $dn, $filter, $justthese);

echo ldap_error($ldapconn) . "<BR />";
echo "Get entries status : ";

$info = ldap_get_entries($ldapconn, $sr);

echo ldap_error($ldapconn) . "<BR />";

Expected result:
----------------
It will list over 30K of record from LDAP.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-01-11 09:43 UTC] tony2001@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2007-01-19 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jan 07 06:01:32 2025 UTC