summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.**