diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-04 13:39:56 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-04 13:39:56 -0500 |
commit | c403f7fa442d7f8eacb4e2288429c271450d57d2 (patch) | |
tree | 750fc924305db82ff73f202f20b256c989918a19 /install.php | |
parent | a82df5fae8b5d71d4545f27e7aa6cc561160922a (diff) |
Added Net_LDAP2 to extlib, and add a skeleton LDAP plugin
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/install.php b/install.php index d34e92dab..e7f7cf318 100644 --- a/install.php +++ b/install.php @@ -131,6 +131,14 @@ $external_libraries=array( 'check_class'=>'Net_URL_Mapper' ), array( + 'name'=>'Net_LDAP2', + 'pear'=>'Net_LDAP2', + 'url'=>'http://pear.php.net/package/Net_LDAP2', + 'deb'=>'php-net-ldap2', + 'include'=>'Net/LDAP2.php', + 'check_class'=>'Net_LDAP2' + ), + array( 'name'=>'Net_Socket', 'pear'=>'Net_Socket', 'url'=>'http://pear.php.net/package/Net_Socket', |