码迷,mamicode.com
首页 > 其他好文 > 详细

Fatal error: Call to undefined function: ldap_conn

时间:2014-11-26 14:36:57      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:style   io   ar   sp   on   art   cti   bs   ef   

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

标签:style   io   ar   sp   on   art   cti   bs   ef   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!