summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2018-05-30 11:41:44 +0000
committerfox <[email protected]>2018-05-30 11:41:44 +0000
commit89f545f6aba4240fef0f22e72ffa37af19c9c8a2 (patch)
treef5b564c74146003e12f15815ba5cbe3bb0e4633f
parentc16da2dbeaaa53628c95ac711d337d8f3c9d6f96 (diff)
Update page 'PhpCompatibilityNotes'
-rw-r--r--PhpCompatibilityNotes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/PhpCompatibilityNotes.md b/PhpCompatibilityNotes.md
index 88724db..a14e4f5 100644
--- a/PhpCompatibilityNotes.md
+++ b/PhpCompatibilityNotes.md
@@ -15,10 +15,10 @@ are actually very common and should be available in any reasonable Linux distro)
- 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)
+- Some kind of opcode cache/accelerator (depends on PHP version: php5-apc, php7-opcache, etc)
### 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.**