summaryrefslogtreecommitdiff
path: root/PhpCompatibilityNotes.md
diff options
context:
space:
mode:
authorfox <[email protected]>2017-12-14 15:35:24 +0000
committerfox <[email protected]>2017-12-14 15:35:24 +0000
commitcf5f654f0c6fc4afbe1e58487cc17fa51b8c8273 (patch)
tree8b96a76c7560de196f0cbccd389fd50937dfdd6d /PhpCompatibilityNotes.md
parentbac1208c81fabddb4388be249b847ce4f73ae491 (diff)
Update page 'PhpCompatibilityNotes'
Diffstat (limited to 'PhpCompatibilityNotes.md')
-rw-r--r--PhpCompatibilityNotes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/PhpCompatibilityNotes.md b/PhpCompatibilityNotes.md
index 23dc45f..fbe9241 100644
--- a/PhpCompatibilityNotes.md
+++ b/PhpCompatibilityNotes.md
@@ -15,6 +15,9 @@ are actually very common and should be available in any reasonable Linux distro)
If your PHP install is missing any of the required modules tt-rss should notify you on startup.
+
Enabling PHP built-in opcode cache or some other kind of accelerator is never a bad idea.
+
Plugins may have additional dependencies i.e. several bundled plugins require CURL.
+
**PHP safe mode is not supported.**