[PHP] Re: LDAP_connect()

2003-08-02 Thread Craig Roberts
Have you enabled the module in php.ini? Uncomment the line extension=php_ldap.dll in php.ini (windows..) I think LDAP support needs to be complied in on Linux but I've never used it so cant say. Craig Roberts "Ron Allen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Everytime I

[PHP] Re: LDAP_connect()

2003-08-02 Thread Bogdan Stancescu
http://ro.php.net/manual/en/ref.ldap.php#ldap.requirements Ron Allen wrote: Everytime I try to run this function it says that it is an undefined function LDAP_connection -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: ldap_connect()

2002-07-26 Thread Richard Lynch
>I am new to using PHP on RedHat 7.3 and am running into a problem with >ldap_connect(). When I attempt to run ldap_connect, I get the error: > >Call to undefined function: ldap_connect() Even though you said "--with-ldap=shared" it just didn't "work" You'll have to do ./configure again and fig