Imap and ldap extension

empty

Howdy,

The LDAP and IMAP extensions are individual packages on most distributions, it’s generally just a matter of installing the modules.

On CentOS, you’d type something like: yum install php-ldap php-imap

On Ubuntu/Debian, you could type this: apt-get install php5-ldap php5-imap

That should install the module, and setup a .ini file that will handle loading the module.

-Eric

empty