ID: 46572 Updated by: [EMAIL PROTECTED] Reported By: gdjsmith at gmail dot com -Status: Open +Status: Feedback Bug Type: Dynamic loading Operating System: Windows Server 2003 PHP Version: 5.2.6 New Comment:
Works here, try to load it using the CLI, to get the exact error message. Previous Comments: ------------------------------------------------------------------------ [2008-11-14 06:23:12] gdjsmith at gmail dot com Description: ------------ My Env is as follows: Windows Server 2003 Sp2 PHP 5.2.6 Apache 2.0.x PHP Warning: PHP Startup: Unable to load dynamic library '%PHPRC%\\ext\\php_ldap.dll' - The operating system cannot run %1.\r\n in Unknown on line 0 The Apache php module will load all of the other libraries except this one. I've been looking into the ssleay32.dll and libeay32.dll and making sure I have the right ones and that they are in the PATH so the OS can find them. I've used the MSI and zip versions of PHP but get the same results. Not sure where else to turn to. Reproduce code: --------------- <?php $ldapconn =ldap_connect("ldap.test.com", 389); if($ldapconn){ echo "Success "; } else{ echo "Fail"; } ?> Expected result: ---------------- Succss or Fail Actual result: -------------- Fatal error: Call to undefined function ldap_connect() ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46572&edit=1