首页 > 其他 > 详细

Fatal error: Call to undefined function: ldap_conn

时间:2014-11-26 14:34:22      阅读:301      评论:0      收藏:0      [点我收藏+]

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

原文:http://my.oschina.net/u/347414/blog/348927

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!