I've installed PHP to c:\php. I do this way in PHP.INI

extension_dir = c:\php\extensions

;Windows Extensions
extension=php_ldap.dll

That's it.  When you run phpinfo() it will gives you something like this.

ldap
      LDAP Support enabled
      RCS Version $Id: ldap.c,v 1.116.2.2 2002/09/23 23:22:08 sniper Exp $
      Total Links 0/unlimited
      API Version 2004
      Vendor Name OpenLDAP
      Vendor Version 20023


"Tim Blackwell" <[EMAIL PROTECTED]> wrote in message
news:20021106190556.22437.qmail@;pb1.pair.com...
> I'm trying to enable the ldap extension on my server.
>
> I've put the php_ldap.dll in the windows/system32 directory
> I've set the extension_dir = C:\WINDOWS\SYSTEM32 in the php.ini file.  By
> the way i've tried extension_dir = C:/WINDOWS/SYSTEM32
> I've taken the ; from the extension=php_ldap.dll line in the php.ini file.
>
> What else needs to be done to enable the extensions?
>
> thanks,
>
> t
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to