X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=e7f7cf318786c576b9792277afc3cee67d1a12b5;hb=b522c401e66e5b5d7e000c1bf25fd4b4a4d0558f;hp=d34e92dab4f72cb208d9f3041e2c7305e6517f99;hpb=eaae5a4c90249330034e8ee1004e85ae6399fe70;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index d34e92dab4..e7f7cf3187 100644 --- a/install.php +++ b/install.php @@ -130,6 +130,14 @@ $external_libraries=array( 'include'=>'Net/URL/Mapper.php', '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',