ID:               40026
 Updated by:       [EMAIL PROTECTED]
 Reported By:      sharul at utm dot my
-Status:           Open
+Status:           Feedback
 Bug Type:         LDAP related
 Operating System: Debian Sarge
 PHP Version:      5.2.0
 New Comment:

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.





Previous Comments:
------------------------------------------------------------------------

[2007-01-05 00:09:43] 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.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=40026&edit=1

Reply via email to