Page 1 of 1

problem with LDAP in xampp 1.6.3a

PostPosted: 20. September 2007 04:23
by haian82
i edit it in php.ini
but it still have this error
PHP LDAP extension is not available.


anyone can help me fix this


Thanks

Re: problem with LDAP in xampp 1.6.3a

PostPosted: 20. September 2007 07:08
by Izzy
haian82 wrote:i edit it in php.ini
but it still have this error
PHP LDAP extension is not available.


anyone can help me fix this


Thanks
Try editing the php.ini file that XAMPP uses in it's default state.
xampp\apache\bin\php.ini

The location of this file can be verified by going to:
http://localhost/xampp/phpinfo.php

Near the top find item:
Loaded Configuration File C:\xampp\apache\bin\php.ini
(your path may be different)


=================================================
Take a look at the new DeskTopXampp launch control for XAMPP and XAMPPlite (DTX.exe)
http://nat32.com/dtx/
posted by ridgewood:
http://community.apachefriends.org/f/viewtopi ... 967#103967
Also available here: http://zedfiles.com/DTX/
I highly recommend DTX.
=================================================

PostPosted: 20. September 2007 07:41
by haian82
yes, that's it

i forget that php.ini in \bin directory and edit it in \php


thanks