From: sharul at utm dot my Operating system: Debian Sarge PHP version: 5.2.0 PHP Bug Type: LDAP related Bug description: ldap_get_entries dies with no errors
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 bug report at http://bugs.php.net/?id=40026&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=40026&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=40026&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=40026&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=40026&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=40026&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=40026&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=40026&r=needscript Try newer version: http://bugs.php.net/fix.php?id=40026&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=40026&r=support Expected behavior: http://bugs.php.net/fix.php?id=40026&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=40026&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=40026&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=40026&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=40026&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=40026&r=dst IIS Stability: http://bugs.php.net/fix.php?id=40026&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=40026&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=40026&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=40026&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=40026&r=mysqlcfg
