projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1591c04
)
JSON is a required PHP extension for GNU social.
author
Mikael Nordfeldth
<mmn@hethane.se>
Sat, 1 Mar 2014 12:58:03 +0000
(13:58 +0100)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Sat, 1 Mar 2014 12:58:03 +0000
(13:58 +0100)
lib/installer.php
patch
|
blob
|
history
diff --git
a/lib/installer.php
b/lib/installer.php
index 6292b184673907b0d5641f722491fa57168c210c..dd1485b5269639a4df6999026544e7890af901e5 100644
(file)
--- a/
lib/installer.php
+++ b/
lib/installer.php
@@
-114,7
+114,7
@@
abstract class Installer
$pass = false;
}
- $reqs = array('gd', 'curl',
+ $reqs = array('gd', 'curl',
'json',
'xmlwriter', 'mbstring', 'xml', 'dom', 'simplexml');
foreach ($reqs as $req) {