summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2017-12-14 15:35:17 +0000
committerfox <[email protected]>2017-12-14 15:35:17 +0000
commitbac1208c81fabddb4388be249b847ce4f73ae491 (patch)
tree472cee2b87a5d6cc015cc50c824187f6a03ee2ce
parentadef48e349c945394a77636dacf70209fdaad4c6 (diff)
Update page 'PhpCompatibilityNotes'
-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.**