X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=d34e92dab4f72cb208d9f3041e2c7305e6517f99;hb=5581143bee602dbd5417f532f2b483e58d0a4269;hp=6bfc4c2e2192f7b94a81b3bbb4d6cc6430e38f72;hpb=73b9e531bf7cab8ba6642f9cb85e4b37b48706d7;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index 6bfc4c2e21..d34e92dab4 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',