php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9053 loading module php_ldap.dll
Submitted: 2001-02-01 11:54 UTC Modified: 2001-02-20 12:22 UTC
From: mcanal at netgroup dot ch Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.4pl1 OS: Windows 2000
Private report: No CVE-ID: None
 [2001-02-01 11:54 UTC] mcanal at netgroup dot ch
The binary distribution does not declare to set the system path to %PATH%;C:\php\dlls.
Without this setting, the extension(s) that need a library from this directory (eg. php_ldap.dll needs libsasl.dll) can not be loaded.

In addition, the value for extensions_dir in the installation instructions should be changed to C:/php/extensions in the php.ini file.

Mauro

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-17 17:15 UTC] sbergmann@php.net
Of course external libraries, such as libsasl.dll, have to be in the path, but the user / administrator is responsible for that.

There is no sense in changing extensions_dir to C:/php/extensions in the CVS version of the php.ini, one reason is that not everyone has PHP installed to c:\php\ on the Windows platform.

 [2001-02-20 12:22 UTC] mcanal at netgroup dot ch
this is clear. 
but what I was talking about is to explain to set the path properly for using the extensions - I was fideling around for one hour not knowing how a dll works (no win-developer).
This just needs a paragraph in the install-docs.

BTW:
C:/php is the example path already mentioned in the installation instructions.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 01:01:28 2024 UTC