From dbf6cb69877522e43799702c24292e43c27d2799 Mon Sep 17 00:00:00 2001 From: fox Date: Thu, 14 Dec 2017 15:35:56 +0000 Subject: Update page 'PhpCompatibilityNotes' --- PhpCompatibilityNotes.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'PhpCompatibilityNotes.md') 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.** -- cgit v1.2.3