php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7870 Unable to connect to ldap server using precompiled win32 binaries
Submitted: 2000-11-18 06:18 UTC Modified: 2000-11-18 09:44 UTC
From: tvkbhaskar2011 at sify dot com Assigned:
Status: Closed Package: LDAP related
PHP Version: 4.0.3pl1 OS: Windows NT
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tvkbhaskar2011 at sify dot com
New email:
PHP Version: OS:

 

 [2000-11-18 06:18 UTC] tvkbhaskar2011 at sify dot com
1. Downloaded latest php precompiled binary for win32.
2. Used the sample code for connecting to ldap and got the following error message.
LDAP query test
Connecting ...
Fatal error: Call to undefined function: ldap_connect() 

3. Tried installing ldap client library available in the website of university of michigan but dont know how to proceed further in fixing the problem.

Help me out.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-18 09:44 UTC] dbeu@php.net
load the ldap extension, by uncommenting the entry in the php.ini...

extension=php_ldap.dll
 [2003-01-05 06:01 UTC] iq0099 at gawab dot com
I did this but its not working..  I get : Unable to load dynamic library ./php_ldap.dll  
The specific module cannot be found..
 [2003-01-08 12:35 UTC] bool at gte dot net
I am having the same problem... I've read about including the libsasl.dll in the same dir as the reast of the extensions but this is shown to be bundled in to the latest version... There is also a refrence to a function called Unknown().
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC