Hello,
I would like to install ldap support on php!
Steps :
1. php.ini : extension_dir = "c:\php"
2. copy file c:\php\extensio n\php_ldap.dll to c:\php
2. delete ; before extension=php_l dap.dll
And the message returned when i'm restarting Apache Web server is :
"Unable to find module c:\php\php_ldap .dll"
Can you help me please? I don't understand why it doesn't work!!!! :-(
Thanks,
Laurent
I would like to install ldap support on php!
Steps :
1. php.ini : extension_dir = "c:\php"
2. copy file c:\php\extensio n\php_ldap.dll to c:\php
2. delete ; before extension=php_l dap.dll
And the message returned when i'm restarting Apache Web server is :
"Unable to find module c:\php\php_ldap .dll"
Can you help me please? I don't understand why it doesn't work!!!! :-(
Thanks,
Laurent
Comment