php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24461 Cannot find ldap and mhash under the extencions
Submitted: 2003-07-02 11:35 UTC Modified: 2003-07-02 11:55 UTC
From: le_mero at yahoo dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.2 OS: W2k, sp4
Private report: No CVE-ID: None
 [2003-07-02 11:35 UTC] le_mero at yahoo dot com
Description:
------------
PHP reports it cannot find the ldap and mhash under the extensions directory. Funny thing is that it works under another server...
I am also loading the mssql extension and this one loads properly from the extensions directory.

I downloaded PHP 4.3.2 from php.net 'May 28, 2003' stamp on all files.


Well, it might be a bug. Not sure.



Actual result:
--------------
PHP on server warns:

Unknown(): Unable to load dynamic library 'c:\php\extensions\php_ldap.dll' - The specified module could not be found.

same warning for ldap.


I have other extensions that are loading correctly.

If I disable the extensions under PHP.INI, then the server does not warn me.

I have the following in my php.ini:
extension_dir	= C:\php\extensions	; directory in 
extension=php_gd.dll
;extension=php_gettext.dll
;extension=php_ifx.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_java.dll
extension=php_ldap.dll
extension=php_mhash.dll
extension=php_mssql.dll
;extension=php_oci8.dll
;extension=php_oracle.dll
extension=php_pdf.dll


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-02 11:55 UTC] derick@php.net
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.

Read the install file carefully again (Especially the part on copying dlls)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 27 11:01:31 2024 UTC