Re: [PHP] LDAP and a pain in my neck

2005-10-21 Thread Jochem Maas
André Medeiros wrote: Check your webserver logs. If PHP couldn't use the extension, it will accuse that in the logs. probably the best use of the word 'accuse' ever (with a slight nod to commercials for Carlsberg lager :-) On 10/20/05, Jay Blanchard <[EMAIL PROTECTED]> wrote: [snip]

Re: [PHP] LDAP and a pain in my neck

2005-10-20 Thread André Medeiros
Check your webserver logs. If PHP couldn't use the extension, it will accuse that in the logs. On 10/20/05, Jay Blanchard <[EMAIL PROTECTED]> wrote: > [snip] > > Call to undefined function: ldap_connect() > > > > What am I missing? TIA. > > > Did you uncomment (and properly define) the 'extension_

RE: [PHP] LDAP and a pain in my neck

2005-10-20 Thread Jay Blanchard
[snip] > Call to undefined function: ldap_connect() > > What am I missing? TIA. Did you uncomment (and properly define) the 'extension_dir' directive in your php.ini? [/snip] Yep. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] LDAP and a pain in my neck

2005-10-20 Thread Greg Donald
On 10/20/05, Jay Blanchard <[EMAIL PROTECTED]> wrote: > Farking windoblows environment! > > The extension is uncommented, I have OpenLDAP for W2k installed and running, > the dll's have been copied to the proper place and I execute a test and get > > Call to undefined function: ldap_connect() > > W