php-src/ext/ldap
Christopher Jones 5bc377457e Allow the ldap extension to be compiled with Oracle's LDAP
implementation, if desired.  Note the implementations differ so you
will see different ldap behavior.

The patch allows configuration similar to:
--with-ldap=$HOME/instantclient --with-oci8=instantclient,$HOME/instantclient

The patch doesn't support configuration similar to:
--with-ldap --with-oci8=instantclient,$HOME/instantclient
since this would try and mix the default LDAP and Oracle LDAP
implementations.

This patch closes out bug #61450 and the associated github PR.

Regardless of this patch, my recommended way to install both OCI8 and
ldap extensions is to statically configure PHP with ldap, and then add
OCI8 as a shared extension from PECL.
2013-10-04 15:50:16 -07:00
..
tests fix test 2013-09-30 11:41:35 +02:00
config.m4 Allow the ldap extension to be compiled with Oracle's LDAP 2013-10-04 15:50:16 -07:00
config.w32 - make libsasl optional (as vc6 bins do not have it) 2010-07-26 22:28:38 +00:00
CREDITS
LDAP_Win32_HOWTO.txt - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
ldap.c Allow the ldap extension to be compiled with Oracle's LDAP 2013-10-04 15:50:16 -07:00
ldap.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +00:00
ldap.mak - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
php_ldap.h Happy New Year 2013-01-01 16:37:09 +08:00