Page 1 of 1

PHP --with-ldap

PostPosted: 18. June 2004 21:52
by Jayhel Guislain
Yes!
I run Xampp for HTTP and MySQL for 9 monthes.
Nice!
It even works under Mandrake 10 AMD64 bits beta version 100%!
The question is:
I installed LDAP recently on my PC.
Is PHP compiled with the "--with-ldap" option?
I need PHP to make a front end to my LDAP server.

Can anyone tell me?

Jayhel

LDAP - yes

PostPosted: 21. June 2004 16:11
by Gollum
Well I probably shouldn't be the one responding, but since it's been here a while I guess it's okay, but yes it is.

One of the first pages I create on any web server is a phpinfo.php page, which simply has phpinfo() in it. I tend to put it at the root, but that's just my preference/laziness. This way I can go to http://servernameoraddresshere/phpinfo.php and find out such cool things as what version of php and apache is installed, along with other things. It will even show you what options where compiled into php, in the case of the latest XAMPP, under the configure command section it does show : "--with-ldap=/opt/lampp' '", so to answer your question, yes it does.

Great package, eh?

PostPosted: 25. June 2004 05:03
by Jayhel Guislain
Thank you for your help!
Yes!
The answer is right there! Phpinfo()!
Now, down to the task of finding something to do with LDAP...