php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6045 Call to unsupported or undefined function ldap_connect()
Submitted: 2000-08-09 05:54 UTC Modified: 2000-08-09 06:13 UTC
From: pre at satyamonline dot com Assigned:
Status: Closed Package: LDAP related
PHP Version: Earlier? Upgrade first! OS: LINUX 6.1
Private report: No CVE-ID: None
 [2000-08-09 05:54 UTC] pre at satyamonline dot com
The setup details are as below.

Linux 6.1
horde version horde-1.2.0-pre11
IMP Version 2.2.0-pre11
PHPLib Version phplib-.2b

All above tarballs installed and webmail was configured with setup.php3 script. While testing the webmail returns error

Fatal error: Call to unsupported or undefined function ldap_connect() in ct_ldap.inc on line 26


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-09 06:13 UTC] hholzgra@php.net
well, if its undefined it is simply not there
ldap support is optional, not a php core feature

reconfigure/rebuild php with ldap support and 
make sure it shows up in phpinfo()
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC