首页 > 代码库 > Fatal error: Call to undefined function: ldap_conn
Fatal error: Call to undefined function: ldap_conn
If you are a Windows Users:
This is a common error when you use XAMPP since LDAP is not enabled by default.
You can follow this steps to make sure LDAP works in your XAMPP
- [Your Drive]:\xampp\php\php.ini In this file uncomment the foll. line: extension=php_ldap.dll
- Move the file: libsasl.dll, from [Your Drive]:\xampp\php to [Your Drive]:\xampp\apache\bin
- Restart Apache.
- You can now use functions of the LDAP Module!
Fatal error: Call to undefined function: ldap_conn
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。