|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-09-26 09:06 UTC] pajoye@php.net
[2008-09-26 13:20 UTC] cocowool at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 03:00:01 2025 UTC |
Description: ------------ i want to connect a ldap server and need to use the "ldap_connect" function in order to use that function i decomment the php.ini where ";extension=php_ldap.dll" after i restart the apache server i still can't use the function the error information as below: Fatal error: Call to undefined function ldap_connect() in D:\SVN\intra.leju.com\trunk\epm\login.php on line 15 Reproduce code: --------------- $ds=ldap_connect("10.210.96.10", 389); Expected result: ---------------- return a handle Actual result: -------------- Fatal error: Call to undefined function ldap_connect() in D:\SVN\intra.leju.com\trunk\epm\login.php on line 15