From: [EMAIL PROTECTED] Operating system: windows 2000 PHP version: 4.3.0 PHP Bug Type: LDAP related Bug description: ldap_search same criteria no results
Below is a sample of the problem. First is a string of the function call and then the result. Results are not coming back for the extension that came with 4.3.0. ///////// USING EXTENSION FROM 4.2.3 THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS, dc=org','name=Susan Lincoln'); the result was :[1] THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS, dc=org','name=Bob Johnson'); the result was :[1] THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS, dc=org','name=Stephen Hyde'); the result was :[1] THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS, dc=org','name=Cory Hymn'); the result was :[1] THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS, dc=org','name=Stan Kanner'); the result was :[1] ///////// USING EXTENSION FROM 4.3.0 THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS, dc=org','name=Susan Lincoln'); the result was :[] THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS, dc=org','name=Bob Johnson'); the result was : [] THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS, dc=org','name=Stephen Hyde'); the result was :[] THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS, dc=org','name=Cory Hymn'); the result was :[] THE QUERY WAS: ldap_search(samecon,'cn=users, dc=IBS, dc=org','name=Stan Kanner'); the result was :[] -- Edit bug report at http://bugs.php.net/?id=21643&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21643&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21643&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21643&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21643&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21643&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21643&r=support Expected behavior: http://bugs.php.net/fix.php?id=21643&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21643&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21643&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21643&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21643&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21643&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21643&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=21643&r=gnused