ID: 46572 Updated by: paj...@php.net Reported By: gdjsmith at gmail dot com -Status: Open +Status: Bogus Bug Type: Dynamic loading Operating System: win32 only PHP Version: 5.2.6 New Comment:
Then be sure that you use the right php.ini or the same PHP (ts or nts). It is not a bug but an install issue. Previous Comments: ------------------------------------------------------------------------ [2008-11-18 17:54:29] gdjsmith at gmail dot com Yes the CLI works it is the apache module that will not load php_ldap.dll. ------------------------------------------------------------------------ [2008-11-14 10:09:37] paj...@php.net Works here, try to load it using the CLI, to get the exact error message. ------------------------------------------------------------------------ [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