Merge branch 'patch-15' into 'dev'

Add XMLreader in PHP requirements

See merge request hubzilla/core!1252
This commit is contained in:
Mario 2018-08-08 09:07:26 +02:00
commit ce2216f544

View File

@ -89,9 +89,10 @@ web server platforms.
php.ini file - and with no hosting provider restrictions on the use of php.ini file - and with no hosting provider restrictions on the use of
exec() and proc_open(). exec() and proc_open().
- curl, gd (with at least jpeg and png support), mysqli, mbstring, xml, zip - curl, gd (with at least jpeg and png support), mysqli, mbstring, xml,
and openssl extensions. The imagick extension MAY be used instead of gd, xmlreader, zip and openssl extensions. The imagick extension MAY be used
but is not required and MAY also be disabled via configuration option. instead of gd, but is not required and MAY also be disabled via
configuration option.
- some form of email server or email gateway such that PHP mail() works. - some form of email server or email gateway such that PHP mail() works.