summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-03-23 15:19:46 +0100
committerLukas Reschke <lukas@owncloud.com>2015-03-23 15:19:46 +0100
commite2ea175ea2ba965d676a6c9867b6657f47bfba8d (patch)
treea869f778799b6aceef8f428781dc44d5cffc407d /lib
parent31de51eacc5474a816eedb63abfecb692e1f2bc6 (diff)
downloadnextcloud-server-e2ea175ea2ba965d676a6c9867b6657f47bfba8d.tar.gz
nextcloud-server-e2ea175ea2ba965d676a6c9867b6657f47bfba8d.zip
Remove hard dependency on cURL for 8.0
This removes the recently introduced hard dependency on cURL for 8.0, for 8.1 it will still stay there. Instead a warning will now be shown to the user asking to install the PHP cURL extension within the administrative interface of ownCloud.
Diffstat (limited to 'lib')
-rw-r--r--lib/private/util.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/util.php b/lib/private/util.php
index f1636486660..9454d9f9226 100644
--- a/lib/private/util.php
+++ b/lib/private/util.php
@@ -587,7 +587,6 @@ class OC_Util {
'iconv' => 'iconv',
'simplexml_load_string' => 'SimpleXML',
'hash' => 'HASH Message Digest Framework',
- 'curl_init' => 'cURL',
],
'defined' => array(
'PDO::ATTR_DRIVER_NAME' => 'PDO'