mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
version bump php to 5.3.4 to fix issue #101
This commit is contained in:
@@ -51,9 +51,7 @@ may have.
|
||||
|
||||
**Example**
|
||||
|
||||
To run a cron job on a *nix system, e.g. every 15min, under the default webserver
|
||||
user, e.g. 'www-data', you need to set-up the following cron job to call the
|
||||
`cron.php`` script. Please check the crontab man page for the exact command syntax.
|
||||
To run a cron job on a *nix system, e.g. every 15min, under the default webserver user, e.g. **www-data**, you need to set-up the following cron job to call the **cron.php** script. Please check the crontab man page for the exact command syntax.
|
||||
|
||||
::
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Prerequisites
|
||||
|
||||
To run ownCloud, your webserver must have the following installed:
|
||||
|
||||
* php5 (>= 5.3)
|
||||
* php5 (>= 5.3.4)
|
||||
* php5-gd
|
||||
* php-xml-parser
|
||||
* php5-intl
|
||||
|
||||
Reference in New Issue
Block a user