]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Merge in Phergie changes
[quix0rs-gnu-social.git] / lib / default.php
index e0081f3165e5a1001fc009e460d5d7ec1e23b26e..76e4e44cf2b17a43e57c86a68eae916f6353a98b 100644 (file)
@@ -321,6 +321,7 @@ $default =
               'maxlength' => 25,
               'maxnoticelength' => -1),
         'http' => // HTTP client settings when contacting other sites
-        array('ssl_cafile' => false // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt')
+        array('ssl_cafile' => false, // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt')
+              'curl' => false, // Use CURL backend for HTTP fetches if available. (If not, PHP's socket streams will be used.)
               ),
         );