summaryrefslogtreecommitdiff
path: root/PhpCompatibilityNotes.md
diff options
context:
space:
mode:
authorfox <[email protected]>2017-12-14 15:35:56 +0000
committerfox <[email protected]>2017-12-14 15:35:56 +0000
commitdbf6cb69877522e43799702c24292e43c27d2799 (patch)
treec3b91178ed1efb2e86e7807594f7e4c228ae5389 /PhpCompatibilityNotes.md
parentcf5f654f0c6fc4afbe1e58487cc17fa51b8c8273 (diff)
Update page 'PhpCompatibilityNotes'
Diffstat (limited to 'PhpCompatibilityNotes.md')
-rw-r--r--PhpCompatibilityNotes.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/PhpCompatibilityNotes.md b/PhpCompatibilityNotes.md
index fbe9241..d7db988 100644
--- a/PhpCompatibilityNotes.md
+++ b/PhpCompatibilityNotes.md
@@ -13,11 +13,9 @@ are actually very common and should be available in any reasonable Linux distro)
- POSIX functions (for the multiprocess update daemon, otherwise not needed)
- GD (needed for OTP and some plugins)
+### Notes:
-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.**
+* 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 a good idea.
+* Plugins may have additional dependencies i.e. several bundled plugins require CURL.
+* **PHP safe mode is not supported.**