summaryrefslogtreecommitdiff
path: root/PhpCompatibilityNotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'PhpCompatibilityNotes.md')
-rw-r--r--PhpCompatibilityNotes.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/PhpCompatibilityNotes.md b/PhpCompatibilityNotes.md
index 7f8cf23..23dc45f 100644
--- a/PhpCompatibilityNotes.md
+++ b/PhpCompatibilityNotes.md
@@ -15,7 +15,6 @@ 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.
-
-**Plugins may have additional dependencies i.e. several bundled plugins require CURL.**
-
+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.**