summaryrefslogtreecommitdiff
path: root/PhpCompatibilityNotes.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2016-08-02 15:22:23 +0300
committerAndrew Dolgov <[email protected]>2016-08-02 15:22:23 +0300
commite0ce2027afda28b99da304a052e3d7d641581d82 (patch)
tree21f220a19195eb77fa56aa07640dd38037db9724 /PhpCompatibilityNotes.md
parent7129b2370a81ec869115368e645f8b6bd952e31f (diff)
fox created page: SecuringCacheDirectories
Diffstat (limited to 'PhpCompatibilityNotes.md')
-rw-r--r--PhpCompatibilityNotes.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/PhpCompatibilityNotes.md b/PhpCompatibilityNotes.md
index f64d965..ab6d9b2 100644
--- a/PhpCompatibilityNotes.md
+++ b/PhpCompatibilityNotes.md
@@ -6,11 +6,9 @@ are actually very common and should be available in any reasonable Linux distro)
- JSON
- mbstring
-- CURL (not required, but highly recommended) OR support for remote
- fopen()
-- posix functions (for the multiprocess update daemon, otherwise not
- needed)
-- GD (for OTP QR code generation, otherwise not needed)
+- CURL (not required, but highly recommended) OR support for remote fopen()
+- POSIX functions (for the multiprocess update daemon, otherwise not needed)
+- GD (needed for OTP and some plugins)
- PostgreSQL or MySQL depending on the database server used
Plugins may have additional dependencies i.e. several bundled plugins depend on CURL.