summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-10-04 15:50:16 -0700
committerChristopher Jones <sixd@php.net>2013-10-04 15:50:16 -0700
commit5bc377457e155ceaddd27a536467a4d353fdcd4f (patch)
treeada2c8568be310f86740037e0f6e2e95a138c0df /sapi/cli/php_cli_server.c
parentfb6f5d2e2d44e205cdde7320a7674e43fdd7980b (diff)
downloadphp-git-5bc377457e155ceaddd27a536467a4d353fdcd4f.tar.gz
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.
Diffstat (limited to 'sapi/cli/php_cli_server.c')
0 files changed, 0 insertions, 0 deletions