X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=e7f7cf318786c576b9792277afc3cee67d1a12b5;hb=088081675fb7d5250a9b9dfe5015de0822cb5ac2;hp=6bfc4c2e2192f7b94a81b3bbb4d6cc6430e38f72;hpb=b22fc5b74aecd505d4e2df01258171fc65d312cf;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index 6bfc4c2e21..e7f7cf3187 100644 --- a/install.php +++ b/install.php @@ -93,6 +93,13 @@ $external_libraries=array( 'include'=>'HTTP/Request.php', 'check_class'=>'HTTP_Request' ), + array( + 'name'=>'HTTP_Request2', + 'pear'=>'HTTP_Request2', + 'url'=>'http://pear.php.net/package/HTTP_Request2', + 'include'=>'HTTP/Request2.php', + 'check_class'=>'HTTP_Request2' + ), array( 'name'=>'Mail', 'pear'=>'Mail', @@ -123,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',