Edit report at https://bugs.php.net/bug.php?id=65327&edit=1
ID: 65327 Comment by: mattfic...@php.net Reported by: jfha73 at gmail dot com Summary: LDAP Extension not showing in phpinfo() Status: Open Type: Bug Package: LDAP related Operating System: Windows x64 PHP Version: 5.5.1 Block user comment: N Private report: N New Comment: With both 5.5.1-ts-x64 and 5.5.1-nts-x64, the LDAP extension shows up as enabled in phpinfo() and `php -m`. In the php.ini, I enabled only php_ldap.dll, and the extension was listed in phpinfo. I then tried enabling all the extension dlls (except firebird and oci), and the ldap extension was listed (I enabled them in the order listed in php.ini-development). In all cases, all the correct info was listed for the LDAP extension. Please share your INI file. Maybe this is dependent on the order the DLLs are loaded and/or on which DLLs are loaded. Thanks for understanding 5.5-x64 is experimental and thanks for helping to make PHP better. Previous Comments: ------------------------------------------------------------------------ [2013-07-24 17:49:02] jfha73 at gmail dot com Just fixing the title ------------------------------------------------------------------------ [2013-07-24 17:47:41] jfha73 at gmail dot com Description: ------------ This is related to PHP 5.5.x x64, I know it's in experimental phase and it has much to do before it's fully x64, but the extension for ldap (php_ldap.dll) even though it shows when running php -m it doesn't show in phpinfo() therefore, ldap is not showing as loaded. I don't know if this has to do with the extension itself or with openldap deps, but it should be looked at. Thanks guys. Test script: --------------- phpinfo(); Expected result: ---------------- Show the ldap extension as loaded Actual result: -------------- ldap is not showing. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=65327&edit=1