version bump php to 5.3.4 to fix issue #101

This commit is contained in:
Bernhard Posselt
2013-04-08 11:01:53 +02:00
parent b83524bbe1
commit 8c5a98cc4d
2 changed files with 2 additions and 4 deletions

View File

@@ -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.
::

View File

@@ -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