From 1f69e51275ef6882242d9ba58890ace4b94cef72 Mon Sep 17 00:00:00 2001 From: fox Date: Wed, 30 May 2018 11:38:29 +0000 Subject: Update page 'PhpCompatibilityNotes' --- PhpCompatibilityNotes.md | 8 ++++---- 1 file 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 $ 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 -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 -- cgit v1.2.3