selfoss icon indicating copy to clipboard operation
selfoss copied to clipboard

PHP requirements list is not exhaustive

Open sideeffect42 opened this issue 5 years ago • 0 comments

I'm reporting this as an issue here for lack of a better place to do so.

The requirements list on the Selfoss homepage is not exhausive. When I was installing Selfoss on Alpine Linux I had to install the following packages (as documented):

  • php7
  • php7-gd
  • php7-http
  • php7-mbstring
  • php7-curl

But in addition I also had to install these packages to make Selfoss work:

  • php7-pdo (+driver for database)
  • php7-session
  • php7-dom
  • php7-iconv
  • php7-simplexml

Would be cool if you could add these extensions to the list. Thanks :-)

sideeffect42 avatar Jul 25 '18 11:07 sideeffect42