From:             le_mero at yahoo dot com
Operating system: W2k, sp4
PHP version:      4.3.2
PHP Bug Type:     *General Issues
Bug description:  Cannot find ldap and mhash under the extencions

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


-- 
Edit bug report at http://bugs.php.net/?id=24461&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24461&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24461&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24461&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24461&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24461&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24461&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24461&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24461&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24461&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24461&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24461&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24461&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24461&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24461&r=gnused

Reply via email to