ID: 20713 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Open Bug Type: LDAP related Operating System: windows and linux PHP Version: 4.3.0RC2 New Comment:
Soorry, but i don't ask support for PHP. I think your answer don't help user to love people, because you don't take care about bug submitted. I spent time to test PHP when i see strange bahaviour of PHP so for my problem, the documention is (on zend site) for ldap_connect: ldap_connect() establishes a connection to a LDAP server on a specified hostname and port. Both the arguments are optional. --> If no arguments are specified then the link identifier of the already opened link will be returned. In my script i don't have any previous opened link, so i think the function would return FALSE. Or the documention is wrong and need correction. Sincerely Previous Comments: ------------------------------------------------------------------------ [2002-11-29 06:25:06] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ [2002-11-29 02:45:12] [EMAIL PROTECTED] Hello, when i call the ldap_connect without any param, i don't get FALSE. <?php $ds = ldap_connect ( ); echo $ds; // --> i get ressource id #2 ?> But the connection is not possible. Thanks ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20713&edit=1