mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
bump PHP version and add posix extension
This commit is contained in:
parent
08e859aae7
commit
4f526ef953
@ -17,7 +17,7 @@ Prerequisites
|
||||
|
||||
To run ownCloud, your web server must have the following installed:
|
||||
|
||||
* php5 (>= 5.3.8, minimum recommended 5.4)
|
||||
* php5 (>= 5.4)
|
||||
* PHP module ctype
|
||||
* PHP module dom
|
||||
* PHP module GD
|
||||
@ -25,6 +25,7 @@ To run ownCloud, your web server must have the following installed:
|
||||
* PHP module JSON
|
||||
* PHP module libxml
|
||||
* PHP module mb multibyte
|
||||
* PHP module posix
|
||||
* PHP module SimpleXML
|
||||
* PHP module XMLWriter
|
||||
* PHP module zip
|
||||
|
||||
Loading…
Reference in New Issue
Block a user