From 4f526ef953cdeac41a1aa6574424150ca7a0b668 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 14 Jan 2015 20:22:08 +0100 Subject: [PATCH] bump PHP version and add posix extension --- admin_manual/installation/source_installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 34e225afc..42d7d05cc 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -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