Re: [PHP] Error with ldap

2001-03-16 Thread Brett Bandy
php_ldap.dll also requires libsasl.dll, so make sure you move this dll to \winnt\system32 as well. Brett "Alain ROMERO" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I copy 'msvcrtd.dll' in winnt\system32 and php3 works fine, but not php4 HELP ! Alain RO

Re: [PHP] Error with ldap

2001-03-07 Thread Alain ROMERO
I copy 'msvcrtd.dll' in winnt\system32 and php3 works fine, but not php4 HELP ! Alain ROMERO a écrit : > PHP 4.0.2 on Win32 > or PHP 3 on Win32 > extension=php_ldap.dll is on in the php.ini file > > I get 'Unable to load php_ldap.dll' (PHP4) when I call a php file ? > I get 'Call to an un

[PHP] Error with ldap

2001-03-07 Thread Alain ROMERO
PHP 4.0.2 on Win32 or PHP 3 on Win32 extension=php_ldap.dll is on in the php.ini file I get 'Unable to load php_ldap.dll' (PHP4) when I call a php file ? I get 'Call to an unsupported function ldap_connect()' (PHP3) ? Help please ? -- PHP General Mailing List (http://www.php.net/) To uns