From:             jonathan at snetram dot nl
Operating system: Windows 7 64 bit
PHP version:      5.4.13
Package:          LDAP related
Bug Type:         Bug
Bug description:Unable to load dynamic library 'C:\Program Files 
(x86)\PHP\5.4.13\ext\php_ldap.

Description:
------------
When loading php_ldap as an extension in PHP 5.4.13 on Windows 7 64bit I
seem to not be able to work with LDAP and found the following error in the
eventvwr after loading my webserver:

Unable to load dynamic library 'C:\Program Files
(x86)\PHP\5.4.13\ext\php_ldap.dll' - %1 is not a valid Win32 application.

It seems there is a compatability issue with this DLL.

Expected result:
----------------
No error when loading php_ldap.dll and LDAP functionality working

Actual result:
--------------
I checked php -m and it lists the ldap module being loaded, however
phpinfo() doesn't seem to think so.

Other libraries like php_bz2.dll are loaded without problems, they show up
in the output of both php -m and phpinfo();

-- 
Edit bug report at https://bugs.php.net/bug.php?id=64627&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=64627&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=64627&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=64627&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=64627&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=64627&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=64627&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=64627&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=64627&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=64627&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=64627&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=64627&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=64627&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=64627&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64627&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=64627&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=64627&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=64627&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64627&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=64627&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=64627&r=mysqlcfg

Reply via email to