Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
68a70413
Commit
68a70413
authored
Mar 12, 2015
by
Thomas Müller
Browse files
Merge pull request #14838 from owncloud/add-curl-hard-dependency
Add cURL as hard-dependency
parents
23cc3cc5
00f5025f
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/private/util.php
View file @
68a70413
...
@@ -583,7 +583,7 @@ class OC_Util {
...
@@ -583,7 +583,7 @@ class OC_Util {
'DOMDocument'
=>
'dom'
,
'DOMDocument'
=>
'dom'
,
'XMLWriter'
=>
'XMLWriter'
'XMLWriter'
=>
'XMLWriter'
),
),
'functions'
=>
array
(
'functions'
=>
[
'xml_parser_create'
=>
'libxml'
,
'xml_parser_create'
=>
'libxml'
,
'mb_detect_encoding'
=>
'mb multibyte'
,
'mb_detect_encoding'
=>
'mb multibyte'
,
'ctype_digit'
=>
'ctype'
,
'ctype_digit'
=>
'ctype'
,
...
@@ -592,8 +592,9 @@ class OC_Util {
...
@@ -592,8 +592,9 @@ class OC_Util {
'gzencode'
=>
'zlib'
,
'gzencode'
=>
'zlib'
,
'iconv'
=>
'iconv'
,
'iconv'
=>
'iconv'
,
'simplexml_load_string'
=>
'SimpleXML'
,
'simplexml_load_string'
=>
'SimpleXML'
,
'hash'
=>
'HASH Message Digest Framework'
'hash'
=>
'HASH Message Digest Framework'
,
),
'curl_init'
=>
'cURL'
,
],
'defined'
=>
array
(
'defined'
=>
array
(
'PDO::ATTR_DRIVER_NAME'
=>
'PDO'
'PDO::ATTR_DRIVER_NAME'
=>
'PDO'
),
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment