summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2018-05-30 11:38:29 +0000
committerfox <[email protected]>2018-05-30 11:38:29 +0000
commit1f69e51275ef6882242d9ba58890ace4b94cef72 (patch)
tree385ec8fa26fa3d5933167fa18fd44adb919ffb79
parenta76a30d37313bd0f3fe6ebf48b16b834b1028017 (diff)
Update page 'PhpCompatibilityNotes'
-rw-r--r--PhpCompatibilityNotes.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/PhpCompatibilityNotes.md b/PhpCompatibilityNotes.md
index 924c682..8fa4956 100644
--- a/PhpCompatibilityNotes.md
+++ b/PhpCompatibilityNotes.md
@@ -9,23 +9,23 @@ are actually very common and should be available in any reasonable Linux distro)
- mbstring
- fileinfo
-### Not required, but recommended:
+### Not required, but recommended
- CURL (highly recommended, just install it) **OR** support for remote fopen()
- POSIX functions (for the multiprocess update daemon, otherwise not needed)
- GD (needed for OTP and some plugins)
-### Notes:
+### Notes
* Some kind of opcode cache/accelerator is recommended (depends on PHP version/distro: php5-apc, php7-opcache, etc)
* 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.
* **PHP safe mode is not supported.**
-### Debian 9 example:
+### Debian 9 example
<code>
$ sudo apt install php7.0-cli php7.0-curl php7.0-mbstring php7.0-json php7.0-gd php7.0-pgsql php7.0-xml php7.0-opcache
</code>
-If you're starting from scratch you will also likely need several other packages, including httpd and FPM. \ No newline at end of file
+If you're starting from scratch you will also likely need several other packages, including httpd (e.g. nginx) and FPM. \ No newline at end of file