]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
SQL syntax error when initializing notice_to_status table
[quix0rs-gnu-social.git] / lib / default.php
index dcf225d1fa0b3728e4437774f9c78552c3c9ce79..45a4560ff36100ccda3890267d51615ac1a3a9cd 100644 (file)
@@ -315,6 +315,7 @@ $default =
               'members' => true,
               'peopletag' => true),
         '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.)
               ),
         );